From df971a07c4c4b9f6e5e1ba6b966102f41b54c717 Mon Sep 17 00:00:00 2001 From: zhangxiao <898441624@qq.com> Date: 星期三, 23 十月 2024 12:11:45 +0800 Subject: [PATCH] 修改excel的upload返回内容 --- pip_install.sh | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pip_install.sh b/pip_install.sh index c4519b8..131e1eb 100644 --- a/pip_install.sh +++ b/pip_install.sh @@ -1,4 +1,5 @@ pip install PyMySQL & pip install fastapi & pip install sqlalchemy & pip install PyJWT & pip install rsa & pip install httpx & pip install uvicorn & pip install bcrypt & pip install PyYAML & pip install pycryptodomex & pip install passlib pip install werkzeug -pip install xlwings -pip install python-multipart \ No newline at end of file +pip install openpyxl +pip install python-multipart +pip install requests \ No newline at end of file -- Gitblit v1.8.0