mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
bring requests back down to 2.4.1 in setup and oldest constraints
This commit is contained in:
@@ -17,7 +17,7 @@ install_requires = [
|
||||
'PyOpenSSL>=0.13',
|
||||
'pyrfc3339',
|
||||
'pytz',
|
||||
'requests[security]>=2.20.0', # DeprecationWarning on Callable in Python3.7
|
||||
'requests[security]>=2.4.1', # security extras added in 2.4.1
|
||||
'requests-toolbelt>=0.3.0',
|
||||
'setuptools',
|
||||
'six>=1.9.0', # needed for python_2_unicode_compatible
|
||||
|
||||
@@ -43,7 +43,7 @@ oauth2client==2.0
|
||||
parsedatetime==1.3
|
||||
pyparsing==1.5.5
|
||||
python-digitalocean==1.11
|
||||
requests[security]==2.20.0
|
||||
requests[security]==2.4.1
|
||||
|
||||
# Ubuntu Xenial constraints
|
||||
ConfigArgParse==0.10.0
|
||||
|
||||
Reference in New Issue
Block a user