Update apache plugin requirements

This commit is contained in:
Adrien Ferrand 2019-05-02 12:49:57 +02:00
parent 53f79c9029
commit 50ebbefd0f
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
# Remember to update setup.py to match the package versions below.
acme[dev]==0.29.0
certbot[dev]==0.34.0
-e .[dev]

View file

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