mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +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 @@ google-auth==2.16.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
httplib2==0.9.2 ; python_version >= "3.9" and python_version < "3.10"
|
||||
idna==2.6 ; python_version >= "3.9" and python_version < "3.10"
|
||||
importlib-metadata==4.6.4 ; python_version >= "3.9" and python_version < "3.10"
|
||||
importlib-resources==6.4.5 ; python_version >= "3.9" and python_version < "3.10"
|
||||
iniconfig==2.0.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
ipaddress==1.0.16 ; python_version >= "3.9" and python_version < "3.10"
|
||||
isort==5.13.2 ; python_version >= "3.9" and python_version < "3.10"
|
||||
|
||||
Reference in New Issue
Block a user