mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
update cffi, pyparsing, and idna
This commit is contained in:
parent
9448078f6f
commit
db8249c7c7
2 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ install_requires = [
|
|||
'acme>=1.4.0',
|
||||
'certbot>=1.6.0',
|
||||
'PyOpenSSL>=17.3.0',
|
||||
'pyparsing>=1.5.5', # Python3 support
|
||||
'pyparsing>=2.2.0',
|
||||
'setuptools>=39.0.1',
|
||||
'zope.interface',
|
||||
]
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# the versions included in the various Linux distros where we are packaged.
|
||||
|
||||
# CentOS/RHEL 7 EPEL constraints
|
||||
cffi==1.6.0
|
||||
cffi==1.9.1
|
||||
chardet==2.2.1
|
||||
configobj==4.7.2
|
||||
ipaddress==1.0.16
|
||||
|
|
@ -30,18 +30,17 @@ PyICU==1.8
|
|||
colorama==0.3.2
|
||||
enum34==1.0.3
|
||||
html5lib==0.999
|
||||
idna==2.0
|
||||
pbr==1.8.0
|
||||
pytz==2012rc0
|
||||
|
||||
# Debian Buster constraints
|
||||
google-api-python-client==1.5.5
|
||||
pyparsing==2.2.0
|
||||
|
||||
# Our setup.py constraints
|
||||
apacheconfig==0.3.2
|
||||
cloudflare==1.5.1
|
||||
parsedatetime==1.3
|
||||
pyparsing==1.5.5
|
||||
python-digitalocean==1.11
|
||||
requests[security]==2.6.0
|
||||
|
||||
|
|
@ -57,6 +56,7 @@ distro==1.0.1
|
|||
# using their local-oldest-requirements.txt
|
||||
dns-lexicon==2.2.1
|
||||
httplib2==0.9.2
|
||||
idna==2.6
|
||||
setuptools==39.0.1
|
||||
|
||||
# Plugin constraints
|
||||
|
|
|
|||
Loading…
Reference in a new issue