Skip to content

Commit

Permalink
Update pyproject.toml metadata format for poetry 2.0 (closer to PEP 621)
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Jan 19, 2025
1 parent 715c1ab commit 1a4d8a0
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 164 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PYTHONUNBUFFERED=1 \
# poetry
# https://python-poetry.org/docs/#installing-with-the-official-installer
# https://python-poetry.org/docs/configuration/#using-environment-variables
POETRY_VERSION=1.8.3 \
POETRY_VERSION=2.0.1 \
# make poetry install to this location
POETRY_HOME="/opt/poetry" \
# make poetry create the virtual environment in the project's root
Expand Down
Loading

0 comments on commit 1a4d8a0

Please sign in to comment.