Bump min nginx requirements to tested versions. (#6891)

This commit is contained in:
Brad Warren
2019-03-27 22:38:28 +01:00
committed by Adrien Ferrand
parent 8b8fc5ae54
commit b0fb570c1c
+1 -1
View File
@@ -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',