Skip to content

Commit

Permalink
replace cchardet==2.1.17 to faust-cchardet==2.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshi committed Jan 11, 2024
1 parent f9ae071 commit f87b473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions charset_mnbvc/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

EXT_ENCODING = [
'utf-8',
"gb2312", # 简体中文 (GB2312)
'gbk', # 简体中文 (GB2312)
'gb18030', # 简体中文 (GB2312)
'BIG5', # 繁体中文 (BIG5)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cchardet==2.1.7
faust-cchardet==2.1.19
tqdm==4.64.1
PyICU==2.11

0 comments on commit f87b473

Please sign in to comment.