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