mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
compatibility-test doesn't need nginx
This commit is contained in:
parent
0861846616
commit
41891512c2
2 changed files with 0 additions and 2 deletions
|
|
@ -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',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue