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

Bump the acme version needed for account reuse (#6250)

* Bump the acme version needed for account reuse.

Fixes https://github.com/certbot/certbot/issues/6155#issuecomment-407122742.

* Update nginx oldest requirements.

* bump min acme version

* update min acme version
This commit is contained in:
Brad Warren
2018-07-23 11:46:22 -07:00
committed by ohemorange
parent daee6e8eb3
commit c129ab2965
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ version = '0.27.0.dev0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
install_requires = [
'acme>=0.25.0',
'acme>=0.26.0',
'certbot>=0.22.0',
'mock',
'PyOpenSSL',