Skip to content

Commit

Permalink
Allow charset normalizer >=2 and <3
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed Jun 20, 2022
1 parent da9996f commit 9e9cd2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -5,7 +5,7 @@ provides-extra =
use_chardet_on_py3
requires-dist =
certifi>=2017.4.17
charset_normalizer~=2.0.0
charset_normalizer~=2.0
idna>=2.5,<4
urllib3>=1.21.1,<1.27

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -59,7 +59,7 @@ def run_tests(self):
sys.exit()

requires = [
"charset_normalizer~=2.0.0",
"charset_normalizer~=2.0",
"idna>=2.5,<4",
"urllib3>=1.21.1,<1.27",
"certifi>=2017.4.17",
Expand Down

0 comments on commit 9e9cd2a

Please sign in to comment.