mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Bump min nginx requirements to tested versions. (#6891)
This commit is contained in:
parent
8b8fc5ae54
commit
b0fb570c1c
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ version = '0.33.0.dev0'
|
|||
# Remember to update local-oldest-requirements.txt when changing the minimum
|
||||
# acme/certbot version.
|
||||
install_requires = [
|
||||
'acme>=0.26.0',
|
||||
'acme>=0.29.0',
|
||||
'certbot>=0.33.0.dev0',
|
||||
'mock',
|
||||
'PyOpenSSL',
|
||||
|
|
|
|||
Loading…
Reference in a new issue