Skip to content

Commit b5b6f47

Browse files
authored
Merge pull request #1468 from sopel-irc/1461-dnspython-versions
Get specific about dnspython requirement
2 parents 3520b97 + 4ac4945 commit b5b6f47

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ ipython<6.0; python_version < '3.3'
77
ipython>=6.0,<7.0; python_version >= '3.3' and python_version < '3.5'
88
ipython>=7.0,<8.0; python_version >= '3.5'
99
requests>=2.0.0,<3.0.0
10-
dnspython
10+
dnspython<2.0; python_version >= '2.7' and python_version < '3.0'
11+
dnspython<1.16.0; python_version == '3.3'
12+
dnspython<3.0; python_version >= '3.4'

0 commit comments

Comments
 (0)