Browse Source

Fix cchardet being installed on Python >=3.10

This project is unmaintained now
pull/10109/head
Rapptz 3 years ago
committed by dolfies
parent
commit
827e140cac
  1. 4
      setup.py

4
setup.py

@ -43,8 +43,10 @@ extras_require = {
'typing-extensions>=4.3,<5', 'typing-extensions>=4.3,<5',
], ],
'speed': [ 'speed': [
'aiohttp[speedups]',
'orjson>=3.5.4', 'orjson>=3.5.4',
'aiodns>=1.1',
'Brotli',
'cchardet==2.1.7; python_version < "3.10"',
], ],
'test': [ 'test': [
'coverage[toml]', 'coverage[toml]',

Loading…
Cancel
Save