mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 18:04:31 +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.
|
# 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
|
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
|
# Remember to update local-oldest-requirements.txt when changing the minimum
|
||||||
# acme/certbot version.
|
# acme/certbot version.
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'acme>=1.8.0',
|
'acme>=0.29.0',
|
||||||
'certbot>=1.10.0',
|
'certbot>=1.10.0',
|
||||||
'python-augeas',
|
'python-augeas',
|
||||||
'setuptools>=39.0.1',
|
'setuptools>=39.0.1',
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# Remember to update setup.py to match the package versions below.
|
# 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
|
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
|
# Remember to update local-oldest-requirements.txt when changing the minimum
|
||||||
# acme/certbot version.
|
# acme/certbot version.
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'acme>=1.8.0',
|
'acme>=0.29.0',
|
||||||
'certbot>=1.10.0',
|
'certbot>=1.10.0',
|
||||||
'PyOpenSSL',
|
'PyOpenSSL',
|
||||||
'pyparsing>=1.5.5', # Python3 support
|
'pyparsing>=1.5.5', # Python3 support
|
||||||
|
|||||||
Reference in New Issue
Block a user