Fix cchardet being installed on Python >=3.10

This project is unmaintained now
This commit is contained in:
Rapptz 2022-08-18 09:39:25 -04:00
parent 4abea7bafa
commit 03dbd7a01d

View File

@ -45,7 +45,7 @@ extras_require = {
'orjson>=3.5.4', 'orjson>=3.5.4',
'aiodns>=1.1', 'aiodns>=1.1',
'Brotli', 'Brotli',
'cchardet', 'cchardet==2.1.7; python_version < "3.10"',
], ],
'test': [ 'test': [
'coverage[toml]', 'coverage[toml]',