compatibility-test doesn't need nginx

This commit is contained in:
Jakub Warmuz 2015-10-23 19:22:05 +00:00
parent 0861846616
commit 41891512c2
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA
2 changed files with 0 additions and 2 deletions

View file

@ -10,5 +10,4 @@
-e acme
-e .
-e letsencrypt-apache
-e letsencrypt-nginx
-e letsencrypt-compatibility-test[docs]

View file

@ -9,7 +9,6 @@ version = '0.1.0.dev0'
install_requires = [
'letsencrypt=={0}'.format(version),
'letsencrypt-apache=={0}'.format(version),
'letsencrypt-nginx=={0}'.format(version),
'docker-py',
'zope.interface',
]