1
0
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:
Brad Warren
2019-03-27 13:07:42 -07:00
committed by Adrien Ferrand
parent b30a5e5b73
commit 414c70aa6c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
acme[dev]==0.29.0
certbot[dev]==0.32.0
-e .[dev]

View File

@@ -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?