mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
try fix oldest deps
because certbot 1.10.0 depends on acme>=1.8.0, we need to use acme==1.8.0 in the -oldest tests
This commit is contained in:
parent
eb6db049f0
commit
9160669b31
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]==0.29.0
|
||||
acme[dev]==1.8.0
|
||||
certbot[dev]==1.10.0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ version = '1.11.0.dev0'
|
|||
# Remember to update local-oldest-requirements.txt when changing the minimum
|
||||
# acme/certbot version.
|
||||
install_requires = [
|
||||
'acme>=0.29.0',
|
||||
'acme>=1.8.0',
|
||||
'certbot>=1.10.0',
|
||||
'python-augeas',
|
||||
'setuptools',
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# Remember to update setup.py to match the package versions below.
|
||||
acme[dev]==1.6.0
|
||||
acme[dev]==1.8.0
|
||||
certbot[dev]==1.10.0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ version = '1.11.0.dev0'
|
|||
# Remember to update local-oldest-requirements.txt when changing the minimum
|
||||
# acme/certbot version.
|
||||
install_requires = [
|
||||
'acme>=1.4.0',
|
||||
'acme>=1.8.0',
|
||||
'certbot>=1.10.0',
|
||||
'PyOpenSSL',
|
||||
'pyparsing>=1.5.5', # Python3 support
|
||||
|
|
|
|||
Loading…
Reference in a new issue