revert acme version bump

This commit is contained in:
Alex Zorin 2021-04-22 17:39:11 +10:00
parent f573e93aac
commit fa83d6a51c
4 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
# Remember to update setup.py to match the package versions below.
acme[dev]==1.8.0
acme[dev]==0.29.0
certbot[dev]==1.10.0

View file

@ -6,7 +6,7 @@ version = '1.15.0.dev0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
install_requires = [
'acme>=1.8.0',
'acme>=0.29.0',
'certbot>=1.10.0',
'python-augeas',
'setuptools>=39.0.1',

View file

@ -1,3 +1,3 @@
# Remember to update setup.py to match the package versions below.
acme[dev]==1.8.0
acme[dev]==0.29.0
certbot[dev]==1.10.0

View file

@ -6,7 +6,7 @@ version = '1.15.0.dev0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
install_requires = [
'acme>=1.8.0',
'acme>=0.29.0',
'certbot>=1.10.0',
'PyOpenSSL',
'pyparsing>=1.5.5', # Python3 support