change dependencies certbot >= 0.31.0
This commit is contained in:
parent
6e5f6ed725
commit
1087e6fbf0
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -1,11 +1,11 @@
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
from setuptools import find_packages
|
from setuptools import find_packages
|
||||||
|
|
||||||
version = "0.0.6"
|
version = "0.0.7"
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
"acme>=1.8.0",
|
"acme>=1.8.0",
|
||||||
"certbot>=1.10.1",
|
"certbot>=0.31.0",
|
||||||
"setuptools",
|
"setuptools",
|
||||||
"requests",
|
"requests",
|
||||||
"mock",
|
"mock",
|
||||||
|
|
Loading…
Reference in a new issue