mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Merge pull request #7766 from certbot/min-pyparsing-version
Clarify the minimum pyparsing version
This commit is contained in:
@@ -13,7 +13,7 @@ install_requires = [
|
|||||||
'certbot>=1.1.0',
|
'certbot>=1.1.0',
|
||||||
'mock',
|
'mock',
|
||||||
'PyOpenSSL',
|
'PyOpenSSL',
|
||||||
'pyparsing>=1.5.5', # Python3 support; perhaps unnecessary?
|
'pyparsing>=1.5.5', # Python3 support
|
||||||
'setuptools',
|
'setuptools',
|
||||||
'zope.interface',
|
'zope.interface',
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ ply==3.4
|
|||||||
pyasn1==0.1.9
|
pyasn1==0.1.9
|
||||||
pycparser==2.14
|
pycparser==2.14
|
||||||
pyOpenSSL==0.13.1
|
pyOpenSSL==0.13.1
|
||||||
pyparsing==1.5.6
|
|
||||||
pyRFC3339==1.0
|
pyRFC3339==1.0
|
||||||
python-augeas==0.5.0
|
python-augeas==0.5.0
|
||||||
oauth2client==4.0.0
|
oauth2client==4.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user