|
# FastAPI |
|
fastapi==0.103.1 |
|
uvicorn[standard]==0.23.2 |
|
pydantic==2.4.2 |
|
python-dotenv==1.0.0 |
|
websockets==11.0.3 |
|
|
|
# MongoDB |
|
pymongo==4.6.1 |
|
dnspython==2.4.2 |
|
|
|
# PostgreSQL |
|
sqlalchemy==2.0.20 |
|
pydantic-settings==2.0.3 |
|
psycopg2-binary==2.9.7 |
|
|
|
# Pinecone & RAG |
|
pinecone-client==3.0.0 |
|
langchain==0.1.4 |
|
langchain-core==0.1.19 |
|
langchain-community==0.0.14 |
|
langchain-google-genai==0.0.5 |
|
langchain-pinecone==0.0.1 |
|
faiss-cpu==1.7.4 |
|
google-generativeai==0.3.1 |
|
|
|
# Extras |
|
pytz==2023.3 |
|
python-multipart==0.0.6 |
|
httpx==0.25.1 |
|
requests==2.31.0 |
|
beautifulsoup4==4.12.2 |
|
redis==5.0.1 |
|
aiofiles==23.2.1 |
|
|
|
# Testing |
|
prometheus-client==0.17.1 |
|
pytest==7.4.0 |
|
pytest-cov==4.1.0 |
|
watchfiles==0.21.0 |
|
fpdf==1.7.2 |
|
|
|
# Core dependencies |
|
starlette==0.27.0 |
|
psutil==5.9.6 |
|
|
|
# Upload PDF |
|
pypdf==3.17.4 |
|
|
|
|