From a9caccfe34e6126270f41533c4b6dc7c79c66273 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 17 十月 2024 13:58:35 +0800 Subject: [PATCH] 上传文件时传入文件名 --- pip_install.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/pip_install.sh b/pip_install.sh index 43d32b7..c4519b8 100644 --- a/pip_install.sh +++ b/pip_install.sh @@ -1 +1,4 @@ -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 \ No newline at end of file +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 -- Gitblit v1.8.0