Allow charset normalizer >=2 and <3 (#6169)

This commit is contained in:
Lumír 'Frenzy' Balhar
2022-06-29 04:01:42 +02:00
committed by GitHub
parent 73793ce43e
commit 0e28c8f1dc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ provides-extra =
use_chardet_on_py3
requires-dist =
certifi>=2017.4.17
charset_normalizer~=2.0.0
charset_normalizer>=2,<3
idna>=2.5,<4
urllib3>=1.21.1,<1.27
+1 -1
View File
@@ -59,7 +59,7 @@ if sys.argv[-1] == "publish":
sys.exit()
requires = [
"charset_normalizer~=2.0.0",
"charset_normalizer>=2,<3",
"idna>=2.5,<4",
"urllib3>=1.21.1,<1.27",
"certifi>=2017.4.17",