1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-08 04:02:10 +03:00

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

This commit is contained in:
Brad Warren
2019-03-27 14:38:28 -07:00
committed by Adrien Ferrand
parent 8b8fc5ae54
commit b0fb570c1c

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',