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
+5 -1
View File
@@ -69,7 +69,11 @@ dev_extras = [
'ipdb',
# poetry 1.2.0+ is required for it to pin pip, setuptools, and wheel. See
# https://github.com/python-poetry/poetry/issues/1584.
'poetry>=1.2.0a1',
'poetry>=1.2.0',
# poetry-plugin-export>=1.1.0 is required to use the constraints.txt export
# format. See
# https://github.com/python-poetry/poetry-plugin-export/blob/efcfd34859e72f6a79a80398f197ce6eb2bbd7cd/CHANGELOG.md#added.
'poetry-plugin-export>=1.1.0',
'twine',
]