mirror of
https://github.com/certbot/certbot.git
synced 2026-04-22 22:59:39 -04:00
revert acme version bump
This commit is contained in:
parent
f573e93aac
commit
fa83d6a51c
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue