Fix dependency requirement versions to dev0

This commit is contained in:
Joona Hoikkala 2020-01-24 16:35:18 +02:00
parent a7f934701f
commit 18dddd1eb5
No known key found for this signature in database
GPG key ID: D5AA86BBF9B29A5C
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
certbot[dev]==1.2.0
certbot[dev]==1.2.0.dev0

View file

@ -10,7 +10,7 @@ version = '1.2.0.dev0'
# acme/certbot version.
install_requires = [
'acme>=0.29.0',
'certbot>=1.2.0',
'certbot>=1.2.0.dev0',
'mock',
'python-augeas',
'setuptools',