mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
pinning: work around poetry crash caused by bad 3rd party constraint (#9229)
This commit is contained in:
@@ -13,10 +13,10 @@ certifi==2021.10.8; python_version >= "3.7" and python_full_version < "3.0.0" or
|
||||
cffi==1.9.1
|
||||
chardet==3.0.4
|
||||
cloudflare==1.5.1
|
||||
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or python_full_version >= "3.5.0" and python_version >= "3.7" and sys_platform == "win32" or python_version >= "3.7" and python_full_version >= "3.6.2" and sys_platform == "win32"
|
||||
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or python_full_version >= "3.5.0" and python_version >= "3.7" and sys_platform == "win32" or sys_platform == "win32" and python_full_version >= "3.6.2" and python_version >= "3.7"
|
||||
configargparse==0.10.0
|
||||
configobj==5.0.6
|
||||
coverage==6.3.1; python_version >= "3.7" or python_version >= "3.7"
|
||||
coverage==6.3.2; python_version >= "3.7" or python_version >= "3.7"
|
||||
cryptography==3.2.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
|
||||
cython==0.29.28; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
||||
distlib==0.3.4; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version >= "3.5.0"
|
||||
@@ -34,12 +34,12 @@ future==0.18.2; python_version >= "3.7" and python_full_version < "3.0.0" or pyt
|
||||
google-api-python-client==1.5.5
|
||||
httplib2==0.9.2
|
||||
idna==2.6
|
||||
importlib-metadata==4.11.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.4.0" and python_version >= "3.7" and python_version < "3.8" or python_version < "3.8" and python_version >= "3.7" or python_version >= "3.7" and python_full_version >= "3.5.0" and python_version < "3.8"
|
||||
importlib-metadata==4.11.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.4.0" and python_version >= "3.7" and python_version < "3.8" or python_version < "3.8" and python_version >= "3.7" or python_version >= "3.7" and python_full_version >= "3.5.0" and python_version < "3.8"
|
||||
iniconfig==1.1.1; python_version >= "3.7"
|
||||
ipaddress==1.0.16
|
||||
isort==5.10.1; python_full_version >= "3.6.2" and python_version < "4.0" and python_version >= "3.7"
|
||||
jmespath==0.10.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7"
|
||||
josepy==1.12.0; python_version >= "3.7"
|
||||
josepy==1.13.0; python_version >= "3.7"
|
||||
jsonschema==3.2.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
|
||||
lazy-object-proxy==1.7.1; python_version >= "3.7" and python_full_version >= "3.6.2"
|
||||
logger==1.4; python_version >= "3.7"
|
||||
@@ -53,15 +53,15 @@ packaging==21.3; python_version >= "3.7"
|
||||
paramiko==2.9.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
||||
parsedatetime==2.4
|
||||
pbr==1.8.0
|
||||
pip==22.0.3; python_version >= "3.7"
|
||||
platformdirs==2.5.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version >= "3.5.0" or python_version >= "3.7" and python_full_version >= "3.6.2"
|
||||
pip==22.0.4; python_version >= "3.7"
|
||||
platformdirs==2.5.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version >= "3.5.0" or python_version >= "3.7" and python_full_version >= "3.6.2"
|
||||
pluggy==1.0.0; python_version >= "3.7"
|
||||
ply==3.4
|
||||
py==1.11.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
||||
pyasn1-modules==0.0.10; python_version >= "3.7"
|
||||
pyasn1==0.1.9
|
||||
pycparser==2.14
|
||||
pylint==2.12.2; python_version >= "3.7" and python_full_version >= "3.6.2"
|
||||
pylint==2.12.2; python_full_version >= "3.6.2"
|
||||
pynacl==1.5.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
||||
pyopenssl==17.3.0
|
||||
pyparsing==2.2.1; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
||||
@@ -86,27 +86,25 @@ s3transfer==0.3.7; python_version >= "3.7"
|
||||
setuptools==41.6.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||
six==1.11.0
|
||||
texttable==1.6.4; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
|
||||
tldextract==3.1.2; python_version >= "3.7"
|
||||
tldextract==3.2.0; python_version >= "3.7"
|
||||
toml==0.10.2; python_version >= "3.7" and python_full_version >= "3.6.2"
|
||||
tomli==2.0.1; python_version >= "3.7" or python_version >= "3.7"
|
||||
tox==1.9.2; python_version >= "3.7"
|
||||
typed-ast==1.5.2; python_version >= "3.7" and python_version < "3.8" or implementation_name == "cpython" and python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.6.2"
|
||||
types-cryptography==3.3.15; python_version >= "3.7"
|
||||
types-enum34==1.1.8; python_version >= "3.7"
|
||||
types-ipaddress==1.0.8; python_version >= "3.7"
|
||||
types-mock==4.0.10; python_version >= "3.7"
|
||||
types-cryptography==3.3.18; python_version >= "3.7"
|
||||
types-mock==4.0.11; python_version >= "3.7"
|
||||
types-pyopenssl==22.0.0; python_version >= "3.7"
|
||||
types-pyrfc3339==1.1.1; python_version >= "3.7"
|
||||
types-python-dateutil==2.8.9; python_version >= "3.7"
|
||||
types-pytz==2021.3.5; python_version >= "3.7"
|
||||
types-requests==2.27.10; python_version >= "3.7"
|
||||
types-setuptools==57.4.9; python_version >= "3.7"
|
||||
types-six==1.16.10; python_version >= "3.7"
|
||||
types-urllib3==1.26.9; python_version >= "3.7"
|
||||
typing-extensions==4.1.1; python_version >= "3.7" or python_version >= "3.7" and python_full_version >= "3.6.2" and python_version < "3.10" or python_version < "3.8" and python_version >= "3.7"
|
||||
types-requests==2.27.11; python_version >= "3.7"
|
||||
types-setuptools==57.4.10; python_version >= "3.7"
|
||||
types-six==1.16.12; python_version >= "3.7"
|
||||
types-urllib3==1.26.10; python_version >= "3.7"
|
||||
typing-extensions==4.1.1; python_version >= "3.7" or python_version < "3.10" and python_full_version >= "3.6.2" and python_version >= "3.7" or python_version < "3.8" and python_version >= "3.7"
|
||||
uritemplate==3.0.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
|
||||
urllib3==1.24.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0" and python_version < "4")
|
||||
virtualenv==20.13.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version >= "3.5.0"
|
||||
virtualenv==20.13.3; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version >= "3.5.0"
|
||||
websocket-client==0.59.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
||||
wheel==0.33.6; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||
wrapt==1.13.3; python_version >= "3.7" and python_full_version >= "3.6.2"
|
||||
|
||||
Reference in New Issue
Block a user