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 2cf26af commit f89453eCopy full SHA for f89453e
1 file changed
pyproject.toml
@@ -57,7 +57,8 @@ speed = [
57
"orjson>=3.5.4",
58
"aiodns>=1.1",
59
"Brotlipy",
60
- "cchardet",
+ # cchardet does not support 3.10+, see https://github.com/PyYoshi/cChardet/pull/78
61
+ "cchardet>=2.1.5,<=2.1.7; python_version<'3.10'",
62
]
63
64
[tool.setuptools]
0 commit comments