Skip to content

Commit

Permalink
Remove unused requirement for chardet
Browse files Browse the repository at this point in the history
Chardet/cchardet is unmaintained and talon no longer requires it. Removing from install_requires for Python 3.11 compatibility. More information at PyYoshi/cChardet#81
  • Loading branch information
phillipuniverse committed Feb 21, 2023
1 parent 71d9b6e commit 77ee155
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 77ee155

Please sign in to comment.