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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user