mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
compatibility-test doesn't need nginx
This commit is contained in:
@@ -10,5 +10,4 @@
|
||||
-e acme
|
||||
-e .
|
||||
-e letsencrypt-apache
|
||||
-e letsencrypt-nginx
|
||||
-e letsencrypt-compatibility-test[docs]
|
||||
|
||||
@@ -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',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user