mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
Full cleanup of pkg_resources (#9797)
Fixes #9606 This PRs removes some elements that were related to pkg_resources dependency and its deprecation.
This commit is contained in:
@@ -70,11 +70,6 @@ cryptography = "!= 37.0.3"
|
||||
# https://github.com/python-poetry/poetry-plugin-export/issues/168 is resolved.
|
||||
poetry = "<1.3.0"
|
||||
|
||||
# setuptools 67.5.0 deprecated pkg_resources which we still use. Let's pin it
|
||||
# back until this is fixed. Doing this work is being tracked by
|
||||
# https://github.com/certbot/certbot/issues/9606.
|
||||
setuptools = "<67.5.0"
|
||||
|
||||
# Branch 4.x of tox introduces backward incompatibility changes. The tox.ini
|
||||
# file in the project must be adapted accordingly before moving out of the 3.x
|
||||
# branch. Once done, the following constraint should become tox >= 4 to keep
|
||||
|
||||
Reference in New Issue
Block a user