mirror of
https://github.com/certbot/certbot.git
synced 2026-07-23 14:23:53 +02:00
revert acme version bump
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user