Skip to content

Commit 358ac5b

Browse files
committed
Switch to dnspython from dnspython3
Codebase has been unified, see issue #325
1 parent 6b54b61 commit 358ac5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def get_version():
104104

105105
setup_kwargs['install_requires'] = [
106106
'chardet>=2.0.1,<=2.3',
107-
'dnspython3==1.12',
107+
'dnspython>=1.13',
108108
'html5lib>=0.999,<=0.9999999',
109109
'lxml>=3.1.0,<=3.5',
110110
'namedlist>=1.3,<=1.7',

0 commit comments

Comments
 (0)