Skip to content

Commit

Permalink
Remove unused requirements chardet, cchardet
Browse files Browse the repository at this point in the history
These are unused as of commit 14f106e
(mailgun#227).  cchardet doesn’t build on Python 3.11.0, and its maintainer
seems to be absent (PyYoshi/cChardet#81).

Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Oct 17, 2023
1 parent 71d9b6e commit c755950
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
chardet>=1.0.1
cchardet>=0.3.5
cssselect
html5lib
joblib
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ def finalize_options(self):
"numpy",
"scipy",
"scikit-learn>=1.0.0",
"chardet",
"cchardet",
"cssselect",
"six",
"html5lib",
Expand Down

0 comments on commit c755950

Please sign in to comment.