mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03: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:
committed by
Adrien Ferrand
parent
b30a5e5b73
commit
414c70aa6c
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user