Skip to content

Commit 2303ef2

Browse files
committed
Update poetry
1 parent 0c93e20 commit 2303ef2

File tree

3 files changed

+224
-23
lines changed

3 files changed

+224
-23
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY ".devcontainer/install-docker-cli.sh" install-docker-cli.sh
77
RUN /bin/bash install-docker-cli.sh
88

99
# Install Poetry for dependency management
10-
RUN pip install poetry~=1.8
10+
RUN pip install poetry~=2.2.1
1111

1212
# Install peek utility
1313
RUN pip install es-peek

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,7 @@
5151
"python.analysis.autoFormatStrings": true,
5252
"python.analysis.inlayHints.functionReturnTypes": true,
5353
"python.analysis.inlayHints.variableTypes": true,
54+
"python-envs.defaultEnvManager": "ms-python.python:poetry",
55+
"python-envs.defaultPackageManager": "ms-python.python:poetry",
56+
"python-envs.pythonProjects": [],
5457
}

0 commit comments

Comments
 (0)