updated dnspython

This commit is contained in:
Alexander Graf
2021-11-02 16:49:25 +01:00
parent dcbe55f062
commit 40cdff4911
4 changed files with 8 additions and 4 deletions

View File

@@ -6,8 +6,12 @@ try:
except ImportError:
import pickle
import dns
import dns.resolver
import dns.exception
import dns.flags
import dns.rdtypes
import dns.rdatatype
import dns.rdataclass
import hmac
import secrets