mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
fix dependency version on certbot
This commit is contained in:
parent
71e8744036
commit
2e5f457a0f
4 changed files with 4 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# Remember to update setup.py to match the package versions below.
|
||||
acme[dev]==0.29.0
|
||||
-e certbot[dev]
|
||||
certbot[dev]==1.10.0
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ version = '1.11.0.dev0'
|
|||
# acme/certbot version.
|
||||
install_requires = [
|
||||
'acme>=0.29.0',
|
||||
'certbot>=1.10.0.dev0',
|
||||
'certbot>=1.10.0',
|
||||
'python-augeas',
|
||||
'setuptools',
|
||||
'zope.component',
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# Remember to update setup.py to match the package versions below.
|
||||
acme[dev]==1.6.0
|
||||
-e certbot[dev]
|
||||
certbot[dev]==1.10.0
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ version = '1.11.0.dev0'
|
|||
# acme/certbot version.
|
||||
install_requires = [
|
||||
'acme>=1.4.0',
|
||||
'certbot>=1.10.0.dev0',
|
||||
'certbot>=1.10.0',
|
||||
'PyOpenSSL',
|
||||
'pyparsing>=1.5.5', # Python3 support
|
||||
'setuptools',
|
||||
|
|
|
|||
Loading…
Reference in a new issue