From eff1713929d3c02ea60e1172701dfc8a85278aab Mon Sep 17 00:00:00 2001 From: zstar <65890619+zstar1003@users.noreply.github.com> Date: Fri, 6 Jun 2025 16:03:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20Excel=20=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E5=BA=93=E4=BE=9D=E8=B5=96=EF=BC=8C=E8=A7=A3=E5=86=B3?= =?UTF-8?q?issue#149?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 openpyxl 和 xlrd 库,用于处理 Excel 文件 --- management/server/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/management/server/requirements.txt b/management/server/requirements.txt index c69a00f..7e1f565 100644 --- a/management/server/requirements.txt +++ b/management/server/requirements.txt @@ -28,4 +28,6 @@ redis==6.2.0 tokenizer==3.4.5 datrie==0.8.2 hanziconv==0.3.2 -nltk==3.9.1 \ No newline at end of file +nltk==3.9.1 +openpyxl==3.1.5 +xlrd==2.0.1 \ No newline at end of file