Update certbot-apache/setup.py

Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
Joona Hoikkala 2020-02-19 17:14:07 +02:00 committed by GitHub
parent a446e124e4
commit 83b73aeb93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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