fix: 添加 Excel 相关库依赖,解决issue#149

- 新增 openpyxl 和 xlrd 库,用于处理 Excel 文件
This commit is contained in:
zstar 2025-06-06 16:03:07 +08:00
parent 442e12a7b3
commit eff1713929
1 changed files with 3 additions and 1 deletions

View File

@ -28,4 +28,6 @@ redis==6.2.0
tokenizer==3.4.5
datrie==0.8.2
hanziconv==0.3.2
nltk==3.9.1
nltk==3.9.1
openpyxl==3.1.5
xlrd==2.0.1