Unpin poetry (#9438)

* unpin poetry

* export constraints
This commit is contained in:
Brad Warren
2022-10-21 10:59:33 +02:00
committed by GitHub
parent 3a738cadc3
commit 529942fe4b
6 changed files with 290 additions and 291 deletions
@@ -41,4 +41,4 @@ poetry lock >&2
trap 'rm poetry.lock' EXIT
# We need to remove local packages from the output.
poetry export --without-hashes | sed '/^acme @/d; /certbot/d;'
poetry export --format constraints.txt --without-hashes | sed '/^acme @/d; /certbot/d;'