bump dependency to corenetworks>=0.1.1

This commit is contained in:
Robert Kaussow 2020-05-10 17:21:56 +02:00
parent 6a420f0a1a
commit b41359201b
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1,2 @@
* initial release
* BUGFIX
* bump corenetworks library to version>=0.1.1 to fix env variable usage

View File

@ -72,7 +72,7 @@ setup(
"certbot>=0.15",
"setuptools",
"zope.interface",
"corenetworks",
"corenetworks>=0.1.1",
],
dependency_links=[],
)