We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2614fab commit 1d609a1Copy full SHA for 1d609a1
bin/steps/poetry
@@ -48,7 +48,7 @@ if [ ! -f requirements.txt ] && [ -f pyproject.toml ] && [ -f poetry.lock ]; the
48
# Since we only use Poetry to export a requirements.txt file, ignore the
49
# Poetry version specified in pyproject.toml. Install a pre-release of
50
# 1.0.0 because the export command is not available before 1.0.0a0.
51
- export POETRY_VERSION="1.0.0b1"
+ export POETRY_VERSION="1.0.0b7"
52
puts-step "Exporting requirements with Poetry $POETRY_VERSION…"
53
/app/.heroku/python/bin/pip install "poetry==$POETRY_VERSION" \
54
--disable-pip-version-check &> /dev/null
0 commit comments