mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user