Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'certbot-nginx/setup.py')
-rw-r--r--certbot-nginx/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-nginx/setup.py b/certbot-nginx/setup.py
index d9cb4a9c2..b486b2778 100644
--- a/certbot-nginx/setup.py
+++ b/certbot-nginx/setup.py
@@ -8,7 +8,7 @@ version = '0.26.0.dev0'
# acme/certbot version.
install_requires = [
'acme>=0.25.0',
- 'certbot>0.21.1',
+ 'certbot>=0.22.0',
'mock',
'PyOpenSSL',
'pyparsing>=1.5.5', # Python3 support; perhaps unnecessary?