Skip to content

Commit

Permalink
cChardet is unmentained - use faust-cchardet instead
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Oct 25, 2023
1 parent bd9bc48 commit a333cb2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ other optional dependencies
* PySide6 : for GUI tool
* pyqtgraph : for GUI tool and Signal plotting
* matplotlib : as fallback for Signal plotting
* cChardet : to detect non-standard Unicode encodings
* faust-cchardet : to detect non-standard Unicode encodings
* chardet : to detect non-standard Unicode encodings
* pyqtlet2 : for the GPS window
* isal : for faster zlib compression/decompression
Expand Down
2 changes: 1 addition & 1 deletion doc/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ other optional dependencies
* PySide6 : for GUI tool
* pyqtgraph : for GUI tool and Signal plotting (preferably the latest develop branch code)
* matplotlib : as fallback for Signal plotting
* cChardet : to detect non-standard Unicode encodings
* faust-cchardet : to detect non-standard Unicode encodings
* chardet : to detect non-standard Unicode encodings
* pyqtlet2 : for the GPS window
* isal : for faster zlib compression/decompression
Expand Down
2 changes: 1 addition & 1 deletion requirements_exe_build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ h5py
fastparquet
hdf5storage
snappy
cChardet==2.1.5
faust-cchardet==2.1.19
chardet
cryptography
keyring
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def _get_ext_modules():
# for example:
# $ pip install -e .[dev,test]
extras_require={
"decode": ["cChardet==2.1.5", "chardet"],
"decode": ["faust-cchardet==2.1.19", "chardet"],
"export": [
"fastparquet",
"h5py",
Expand Down

0 comments on commit a333cb2

Please sign in to comment.