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:
authorschoen <schoen@loyalty.org>2016-06-11 04:23:32 +0300
committerGitHub <noreply@github.com>2016-06-11 04:23:32 +0300
commit42f6f5174b7d8e11ab6c75e191d7b2d58ba1ce28 (patch)
treeaa48923955a3a3caa1664650ba6112e4ecc00c4a /certbot-compatibility-test/setup.py
parentaec91b84a0783e75156897b825cb072cda8b30e3 (diff)
parent96dd662e558da73d178dd4fef0f14a5f1dc67975 (diff)
Merge pull request #3138 from certbot/removing_proxy
Remove proxy in certbot-compatibility-test
Diffstat (limited to 'certbot-compatibility-test/setup.py')
-rw-r--r--certbot-compatibility-test/setup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/certbot-compatibility-test/setup.py b/certbot-compatibility-test/setup.py
index fe2c0c9d0..fb56be65f 100644
--- a/certbot-compatibility-test/setup.py
+++ b/certbot-compatibility-test/setup.py
@@ -7,9 +7,8 @@ from setuptools import find_packages
version = '0.9.0.dev0'
install_requires = [
- 'certbot=={0}'.format(version),
- 'certbot-apache=={0}'.format(version),
- 'docker-py',
+ 'certbot',
+ 'certbot-apache',
'requests',
'zope.interface',
]