Fix incompatibility with lexicon >= v3.6.0 (#8819)

This commit is contained in:
Thomas G
2021-05-16 15:03:53 +02:00
committed by GitHub
parent 466e437a20
commit bc23e07ee5
15 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ version = '1.16.0.dev0'
# Remember to update local-oldest-requirements.txt when changing the minimum
# acme/certbot version.
install_requires = [
'dns-lexicon>=2.2.1', # Support for >1 TXT record per name
'dns-lexicon>=3.1.0', # Changed `rtype` parameter name
'setuptools>=39.0.1',
'zope.interface',
]