mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
depend on latest version of certbot because we're not planning to install mock sometimes
This commit is contained in:
parent
3c11d69f56
commit
0eef0a0265
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# Remember to update setup.py to match the package versions below.
|
||||
acme[dev]==0.29.0
|
||||
certbot[dev]==1.1.0
|
||||
-e certbot[dev]
|
||||
|
|
@ -12,7 +12,7 @@ version = '1.4.0.dev0'
|
|||
# acme/certbot version.
|
||||
install_requires = [
|
||||
'acme>=0.29.0',
|
||||
'certbot>=1.1.0',
|
||||
'certbot>=1.4.0.dev0',
|
||||
'python-augeas',
|
||||
'setuptools',
|
||||
'zope.component',
|
||||
|
|
|
|||
Loading…
Reference in a new issue