Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorm0namon <51840727+m0namon@users.noreply.github.com>2020-02-13 00:26:10 +0300
committerGitHub <noreply@github.com>2020-02-13 00:26:10 +0300
commitbcaee66b0a06830233d0c250495410e2f46629b2 (patch)
tree8ba8c63afa6625dd6d95806b19a7b6e22c65be15
parentb8856ac810ba89deff0bee012db1fd515dc75efa (diff)
parent7d540fc33ad39ec6664807c1a6445426c5534097 (diff)
Merge pull request #7766 from certbot/min-pyparsing-version
Clarify the minimum pyparsing version
-rw-r--r--certbot-nginx/setup.py2
-rw-r--r--tools/oldest_constraints.txt1
2 files changed, 1 insertions, 2 deletions
diff --git a/certbot-nginx/setup.py b/certbot-nginx/setup.py
index 3b75a3424..b180fe06a 100644
--- a/certbot-nginx/setup.py
+++ b/certbot-nginx/setup.py
@@ -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',
]
diff --git a/tools/oldest_constraints.txt b/tools/oldest_constraints.txt
index 6154b497a..85d058796 100644
--- a/tools/oldest_constraints.txt
+++ b/tools/oldest_constraints.txt
@@ -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