fix: 添加 Excel 相关库依赖,解决issue#149
- 新增 openpyxl 和 xlrd 库,用于处理 Excel 文件
This commit is contained in:
parent
442e12a7b3
commit
eff1713929
|
@ -29,3 +29,5 @@ tokenizer==3.4.5
|
|||
datrie==0.8.2
|
||||
hanziconv==0.3.2
|
||||
nltk==3.9.1
|
||||
openpyxl==3.1.5
|
||||
xlrd==2.0.1
|
Loading…
Reference in New Issue