revert dependency on new certbot

This commit is contained in:
Erica Portnoy 2020-04-13 13:44:09 -07:00
parent f8ed8cea2e
commit 96457b0e87
2 changed files with 2 additions and 2 deletions

View file

@ -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.1.0

View file

@ -12,7 +12,7 @@ version = '1.4.0.dev0'
# acme/certbot version.
install_requires = [
'acme>=0.29.0',
'certbot>=1.4.0.dev0',
'certbot>=1.1.0',
'python-augeas',
'setuptools',
'zope.component',