Merge pull request #7766 from certbot/min-pyparsing-version

Clarify the minimum pyparsing version
This commit is contained in:
m0namon 2020-02-12 13:26:10 -08:00 committed by GitHub
commit bcaee66b0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -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',
]

View file

@ -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