mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +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
|
||||
|
||||
@@ -147,7 +147,7 @@ s3transfer==0.7.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
secretstorage==3.3.3 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "linux"
|
||||
semantic-version==2.10.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
setuptools-rust==1.7.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
setuptools==67.4.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
setuptools==68.2.2 ; python_version >= "3.8" and python_version < "4.0"
|
||||
shellingham==1.5.3 ; python_version >= "3.8" and python_version < "4.0"
|
||||
six==1.16.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
snowballstemmer==2.2.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
|
||||
Reference in New Issue
Block a user