remove importlib_resources (#10076)

this is part of my work on
https://github.com/certbot/certbot/issues/10035 based on erica's comment
at
https://github.com/certbot/certbot/issues/10035#issuecomment-2452212686
This commit is contained in:
Brad Warren
2024-12-06 12:37:17 -08:00
committed by GitHub
parent 3f9387bd15
commit 7a48c235a9
23 changed files with 66 additions and 146 deletions
-1
View File
@@ -32,7 +32,6 @@ install_requires = [
'configobj>=5.0.6',
'cryptography>=3.2.1',
'distro>=1.0.1',
'importlib_resources>=1.3.1; python_version < "3.9"',
'importlib_metadata>=4.6; python_version < "3.10"',
# Josepy 2+ may introduce backward incompatible changes by droping usage of
# deprecated PyOpenSSL APIs.