mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Require acme>=0.25.0 for nginx (#6099)
This commit is contained in:
parent
da028ca9c2
commit
95892cd4ab
2 changed files with 2 additions and 5 deletions
|
|
@ -1,2 +1,2 @@
|
|||
-e acme[dev]
|
||||
acme[dev]==0.25.0
|
||||
-e .[dev]
|
||||
|
|
|
|||
|
|
@ -7,10 +7,7 @@ version = '0.26.0.dev0'
|
|||
# Remember to update local-oldest-requirements.txt when changing the minimum
|
||||
# acme/certbot version.
|
||||
install_requires = [
|
||||
# This plugin works with an older version of acme, but Certbot does not.
|
||||
# 0.22.0 is specified here to work around
|
||||
# https://github.com/pypa/pip/issues/988.
|
||||
'acme>0.21.1',
|
||||
'acme>=0.25.0',
|
||||
'certbot>0.21.1',
|
||||
'mock',
|
||||
'PyOpenSSL',
|
||||
|
|
|
|||
Loading…
Reference in a new issue