mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:24:35 +02:00
Merge pull request #1096 from kuba/bugs/1086
RTD: proper deps for compatibility-test
This commit is contained in:
@@ -9,4 +9,5 @@
|
||||
|
||||
-e acme
|
||||
-e .
|
||||
-e letsencrypt-apache
|
||||
-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