Completely implement the Certbot plugin interfaces

This commit is contained in:
Brad Warren
2017-08-04 09:18:51 -07:00
parent 74b22a596e
commit f89051cc2a
2 changed files with 12 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ install_requires = [
# For pkg_resources. >=1.0 so pip resolves it to a version cryptography
# will tolerate; see #2599:
'setuptools>=1.0',
'zope.interface',
]
setup(