mirror of
https://github.com/certbot/certbot.git
synced 2025-08-06 16:42:41 +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>=1.0.0',
|
||||
'certbot>=1.0.0',
|
||||
'certbot>=1.1.0',
|
||||
'mock',
|
||||
'PyOpenSSL',
|
||||
'pyparsing>=1.5.5', # Python3 support; perhaps unnecessary?
|
||||
|
Reference in New Issue
Block a user