Skip to content

Commit

Permalink
Allow idna 3.x to be installed on Python 3.x
Browse files Browse the repository at this point in the history
Co-authored-by: Mickaël Schoentgen <contact@tiger-222.fr>
Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
  • Loading branch information
3 people committed Jul 7, 2021
1 parent 5351469 commit 33cf965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -43,7 +43,8 @@ def run_tests(self):
requires = [
'charset_normalizer~=2.0.0; python_version >= "3"',
'chardet>=3.0.2,<5; python_version < "3"',
'idna>=2.5,<3',
'idna>=2.5,<3; python_version < "3"',
'idna>=2.5,<4; python_version >= "3"',
'urllib3>=1.21.1,<1.27',
'certifi>=2017.4.17'

Expand Down

0 comments on commit 33cf965

Please sign in to comment.