remove setuptools pin (#9520)

This commit is contained in:
Brad Warren
2022-12-21 10:59:41 +11:00
committed by GitHub
parent 124e6d80c3
commit 8155d60e9a
2 changed files with 14 additions and 22 deletions
-7
View File
@@ -66,13 +66,6 @@ cryptography = "!= 37.0.3"
# https://github.com/python-poetry/poetry-plugin-export/issues/168 is resolved.
poetry = "<1.3.0"
# jsonpickle is currently pinning back setuptools which can cause some problems
# in newer versions of Python. Until
# https://github.com/jsonpickle/jsonpickle/issues/424 is resolved, let's
# require a newer version of setuptools ourselves so a solution other than
# downgrading setuptools is found.
setuptools = ">=62.3.0"
[tool.poetry.dev-dependencies]
[build-system]