mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
Bump the min Certbot version for nginx plugin. (#6890)
* Bump the min Certbot version for nginx plugin. * s/certbot/./g
This commit is contained in:
parent
b30a5e5b73
commit
414c70aa6c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
acme[dev]==0.29.0
|
||||
certbot[dev]==0.32.0
|
||||
-e .[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