We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3520b97 + 4ac4945 commit b5b6f47Copy full SHA for b5b6f47
1 file changed
requirements.txt
@@ -7,4 +7,6 @@ ipython<6.0; python_version < '3.3'
7
ipython>=6.0,<7.0; python_version >= '3.3' and python_version < '3.5'
8
ipython>=7.0,<8.0; python_version >= '3.5'
9
requests>=2.0.0,<3.0.0
10
-dnspython
+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