-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove cchardet as a dependency
`cchardet` hasn't had a commit in almost two years (8 days shy as of this commit). [This issue](PyYoshi/cChardet#81) is a six month old bug showing that `cchardet` doesn't support python 3.11, which is the most recent python. `cchardet` is fast, certainly, though the usage here is not as performance sensitive as would warrant its use over `chardet`, e.g. a difference of 800ms is probably not something that is worth keeping problematic dependencies around.
- Loading branch information
Showing
3 changed files
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters