mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Bump the min Certbot version for nginx plugin.
This commit is contained in:
parent
491d6c8f45
commit
040c64f63f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
acme[dev]==0.29.0
|
||||
certbot[dev]==0.32.0
|
||||
-e certbot[dev]
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ version = '0.33.0.dev0'
|
|||
# acme/certbot version.
|
||||
install_requires = [
|
||||
'acme>=0.26.0',
|
||||
'certbot>=0.22.0',
|
||||
'certbot>=0.33.0.dev0',
|
||||
'mock',
|
||||
'PyOpenSSL',
|
||||
'pyparsing>=1.5.5', # Python3 support; perhaps unnecessary?
|
||||
|
|
|
|||
Loading…
Reference in a new issue