From d94f9599cba62ac36970fe8666cd5d76a550b5b5 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Mon, 3 Nov 2025 04:56:45 +0800 Subject: [PATCH] unify requirements.txt --- api/requirements.txt | 18 ------------------ requirements.txt | 10 +++++++++- 2 files changed, 9 insertions(+), 19 deletions(-) delete mode 100644 api/requirements.txt diff --git a/api/requirements.txt b/api/requirements.txt deleted file mode 100644 index a99c9bb..0000000 --- a/api/requirements.txt +++ /dev/null @@ -1,18 +0,0 @@ -django>=3.2,<4.0 -django-tastypie -django-cors-headers -# optional, only needed for postgresql db: -# psycopg2-binary -gunicorn -requests -oss2 -aliyun-python-sdk-core-v3 -pillow - -# RAG dependencies -langchain>=0.1.0 -langchain-community>=0.1.0 -sentence-transformers>=2.2.0 -faiss-cpu>=1.7.4 -beautifulsoup4>=4.12.0 -openai>=1.0.0 diff --git a/requirements.txt b/requirements.txt index 6a4e987..a0c7198 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,12 @@ django<5 gunicorn oss2 pillow -requests \ No newline at end of file +requests + +# RAG dependencies +langchain>=0.1.0 +langchain-community>=0.1.0 +sentence-transformers>=2.2.0 +faiss-cpu>=1.7.4 +beautifulsoup4>=4.12.0 +openai>=1.0.0 \ No newline at end of file