Skip to content

Commit 0e28c8f

Browse files
Allow charset normalizer >=2 and <3 (#6169)
1 parent 73793ce commit 0e28c8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ provides-extra =
55
use_chardet_on_py3
66
requires-dist =
77
certifi>=2017.4.17
8-
charset_normalizer~=2.0.0
8+
charset_normalizer>=2,<3
99
idna>=2.5,<4
1010
urllib3>=1.21.1,<1.27
1111

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def run_tests(self):
5959
sys.exit()
6060

6161
requires = [
62-
"charset_normalizer~=2.0.0",
62+
"charset_normalizer>=2,<3",
6363
"idna>=2.5,<4",
6464
"urllib3>=1.21.1,<1.27",
6565
"certifi>=2017.4.17",

0 commit comments

Comments
 (0)