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.
1 parent 5351469 commit 33cf965Copy full SHA for 33cf965
setup.py
@@ -43,7 +43,8 @@ def run_tests(self):
43
requires = [
44
'charset_normalizer~=2.0.0; python_version >= "3"',
45
'chardet>=3.0.2,<5; python_version < "3"',
46
- 'idna>=2.5,<3',
+ 'idna>=2.5,<3; python_version < "3"',
47
+ 'idna>=2.5,<4; python_version >= "3"',
48
'urllib3>=1.21.1,<1.27',
49
'certifi>=2017.4.17'
50
0 commit comments