From 3102fbec6c22783add262fa4da8147eff009c969 Mon Sep 17 00:00:00 2001 From: simonkoson <28867558@qq.com> Date: Fri, 15 May 2026 13:23:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=B0=E5=A2=9E=20pandas=20+=20open?= =?UTF-8?q?pyxl=20=E4=BE=9D=E8=B5=96=EF=BC=88Task=202=20Excel=20=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E5=AF=BC=E5=85=A5=E7=94=A8=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index eac3b8c..03c4c6a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,4 +8,6 @@ bcrypt==4.0.1 itsdangerous==2.2.0 python-multipart==0.0.9 python-dotenv==1.0.1 -httpx==0.27.0 \ No newline at end of file +httpx==0.27.0 +pandas>=2.0.0 +openpyxl>=3.1.0 \ No newline at end of file