Work in progress on removing_proxy

This commit is contained in:
Seth Schoen
2016-06-03 16:35:10 -07:00
parent 81cda2903a
commit c79924b771
3 changed files with 19 additions and 8 deletions
+2 -3
View File
@@ -7,9 +7,8 @@ from setuptools import find_packages
version = '0.8.0.dev0'
install_requires = [
'certbot=={0}'.format(version),
'certbot-apache=={0}'.format(version),
'docker-py',
'certbot',
'certbot-apache',
'requests',
'zope.interface',
]