mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Merge pull request #7766 from certbot/min-pyparsing-version
Clarify the minimum pyparsing version
This commit is contained in:
commit
bcaee66b0a
2 changed files with 1 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ install_requires = [
|
|||
'certbot>=1.1.0',
|
||||
'mock',
|
||||
'PyOpenSSL',
|
||||
'pyparsing>=1.5.5', # Python3 support; perhaps unnecessary?
|
||||
'pyparsing>=1.5.5', # Python3 support
|
||||
'setuptools',
|
||||
'zope.interface',
|
||||
]
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ ply==3.4
|
|||
pyasn1==0.1.9
|
||||
pycparser==2.14
|
||||
pyOpenSSL==0.13.1
|
||||
pyparsing==1.5.6
|
||||
pyRFC3339==1.0
|
||||
python-augeas==0.5.0
|
||||
oauth2client==4.0.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue