unify requirements.txt

This commit is contained in:
Fam Zheng 2025-11-03 04:56:45 +08:00
parent dcb2949f13
commit d94f9599cb
2 changed files with 9 additions and 19 deletions

View File

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

View File

@ -7,3 +7,11 @@ gunicorn
oss2
pillow
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