Skip to content

Commit

Permalink
change dependencies certbot >= 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helgeerbe committed Dec 30, 2020
1 parent 6e5f6ed commit 1087e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from setuptools import setup
from setuptools import find_packages

version = "0.0.6"
version = "0.0.7"

install_requires = [
"acme>=1.8.0",
"certbot>=1.10.1",
"certbot>=0.31.0",
"setuptools",
"requests",
"mock",
Expand Down

0 comments on commit 1087e6f

Please sign in to comment.