mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 09:54:33 +02:00
remove setuptools pin (#9520)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user