Skip to content

Commit

Permalink
Switch to maintained fork of cchardet
Browse files Browse the repository at this point in the history
cchardet doesn’t build on Python 3.11.0, and its maintainer seems to
be absent.  Switch to the faust-cchardet fork where this is fixed.

PyYoshi/cChardet#81

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Loading branch information
andersk committed May 11, 2023
1 parent 71d9b6e commit 6281a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chardet>=1.0.1
cchardet>=0.3.5
faust-cchardet
cssselect
html5lib
joblib
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def finalize_options(self):
"scipy",
"scikit-learn>=1.0.0",
"chardet",
"cchardet",
"faust-cchardet",
"cssselect",
"six",
"html5lib",
Expand Down

0 comments on commit 6281a45

Please sign in to comment.