Commit 91f28a82 authored by Alex Zorin's avatar Alex Zorin Committed by tengattack

remove zope

parent 0a36519e
"""DNS Authenticator for DNSPod DNS."""
import logging
import zope.interface
from requests.exceptions import HTTPError
from lexicon.providers import dnspod
from certbot import errors
from certbot import interfaces
from certbot.plugins import dns_common
from certbot.plugins import dns_common_lexicon
......@@ -16,8 +13,6 @@ logger = logging.getLogger(__name__)
ACCOUNT_URL = 'https://www.dnspod.cn/console/user/security'
@zope.interface.implementer(interfaces.IAuthenticator)
@zope.interface.provider(interfaces.IPluginFactory)
class Authenticator(dns_common.DNSAuthenticator):
"""DNS Authenticator for DNSPod DNS
......
......@@ -14,7 +14,6 @@ install_requires = [
'dns-lexicon',
'mock',
'setuptools',
'zope.interface',
]
docs_extras = [
......
......@@ -2,4 +2,3 @@ acme>=0.21.1
dns-lexicon>=3.8.3
mock>=4.0.3
setuptools>=59.2.0
zope.interface>=5.4.0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment