From c570e362ed163412658d1c1648e938a027529fed Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 17 十月 2024 21:38:19 +0800
Subject: [PATCH] 文档上传接口支持ragflow上传并解析

---
 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