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:
authorBrad Warren <bmw@eff.org>2020-02-12 01:44:37 +0300
committerBrad Warren <bmw@eff.org>2020-02-12 01:44:37 +0300
commit7d540fc33ad39ec6664807c1a6445426c5534097 (patch)
tree8ba8c63afa6625dd6d95806b19a7b6e22c65be15
parent605ef40656110e4b1e9f5d35c47b102ea2aa2b4b (diff)
update pyparsing commenttravis-test-pyparsing-version
-rw-r--r--certbot-nginx/setup.py2
1 files changed, 1 insertions, 1 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',
]