1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-05 05:41:11 +03:00

Fix minimum certbot version in plugins (#7684)

Fixes the problem found at https://github.com/certbot/certbot/pull/7682#discussion_r367140415.
This commit is contained in:
Brad Warren
2020-01-16 13:54:25 -08:00
committed by GitHub
parent 9a3186a67e
commit 5f0703cbf1
16 changed files with 16 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ version = '1.2.0.dev0'
# acme/certbot version.
install_requires = [
'acme>=0.29.0',
'certbot>=1.0.0',
'certbot>=1.1.0',
'mock',
'python-augeas',
'setuptools',