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-apache/setup.py')
-rw-r--r--certbot-apache/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/certbot-apache/setup.py b/certbot-apache/setup.py
index 8d15e7971..ffaa6a863 100644
--- a/certbot-apache/setup.py
+++ b/certbot-apache/setup.py
@@ -7,8 +7,8 @@ version = '0.26.0.dev0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
install_requires = [
- 'acme>0.24.0',
- 'certbot>0.25.1',
+ 'acme>=0.25.0',
+ 'certbot>=0.26.0.dev0',
'mock',
'python-augeas',
'setuptools',