kapi2289 / vulcan-api

Unofficial UONET+ e-register API
https://vulcan-api.readthedocs.io/
MIT License
72 stars 17 forks source link

Replace abandoned cchardet library #126

Closed bdraco closed 1 year ago

bdraco commented 1 year ago

cchardet is abandoned https://docs.aiohttp.org/en/stable/#library-installation https://github.com/PyYoshi/cChardet/issues/77

There is a new active fork https://github.com/faust-streaming/cChardet that works on python3.11

kuba2k2 commented 1 year ago

Why do we need chardet anyway? I think there's a lot of dependencies in setup.py that are no longer used.

bdraco commented 1 year ago

Thanks

bdraco commented 1 year ago

Why do we need chardet anyway? I think there's a lot of dependencies in setup.py that are no longer used.

I think it can actually be dropped. Its an optimization only