Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 358ac5b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

+1-1
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)
Please sign in to comment.