mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 00:35:03 +02:00
Feature acme cryptography 2 (#10245)
redoing https://github.com/certbot/certbot/pull/10174 but lots of mergecommits and ff wanted; so test in a clean environment
This commit is contained in:
@@ -37,7 +37,7 @@ 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==6.0.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
jmespath==0.10.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
josepy==1.15.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
josepy==2.0.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
jsonlines==4.0.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
mccabe==0.7.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
mypy-extensions==1.0.0 ; python_version >= "3.9" and python_version < "3.10"
|
||||
|
||||
@@ -73,7 +73,7 @@ jedi==0.19.2 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jeepney==0.8.0 ; python_version >= "3.9" and python_version < "4.0" and sys_platform == "linux"
|
||||
jinja2==3.1.5 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jmespath==1.0.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
josepy==1.15.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
josepy==2.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jsonlines==4.0.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
jsonpickle==4.0.1 ; python_version >= "3.9" and python_version < "4.0"
|
||||
keyring==25.6.0 ; python_version >= "3.9" and python_version < "4.0"
|
||||
|
||||
Reference in New Issue
Block a user