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:
authorJakub Warmuz <jakub@warmuz.org>2015-09-24 22:28:21 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-09-26 13:52:28 +0300
commit08c0c4aebaa4dac9f8016f0399efe3c98472e532 (patch)
treecf1e59900b647f75c6db3c828962c6e468610be1 /letsencrypt-nginx/setup.py
parent5cc90614139742edf75169b39b0c6f308dfd952a (diff)
Explicit dependency on setuptools (pkg_resources).
Diffstat (limited to 'letsencrypt-nginx/setup.py')
-rw-r--r--letsencrypt-nginx/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/letsencrypt-nginx/setup.py b/letsencrypt-nginx/setup.py
index 30dfa584f..b4ef69505 100644
--- a/letsencrypt-nginx/setup.py
+++ b/letsencrypt-nginx/setup.py
@@ -8,6 +8,7 @@ install_requires = [
'mock<1.1.0', # py26
'PyOpenSSL',
'pyparsing>=1.5.5', # Python3 support; perhaps unnecessary?
+ 'setuptools', # pkg_resources
'zope.interface',
]