You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2023. It is now read-only.
Chardet is in major release 5. It is unknown what will happen if not installing the extra ext while chardet==5.1.0 is in the module path.
Provides-Extra: ext
Requires-Dist: chardet (==3.*) ; extra == 'ext'
Requires-Dist: validators (>=0.12.0) ; extra == 'ext'
Having it so far behind keeps chardet quite behind when installing a list of pip requirements where various libraries use this tool. It also restricts direct usage of chardet to an old API.