MichAngel-558 / requirements.txt
Fred808's picture
Update requirements.txt
b16ab4d verified
raw
history blame contribute delete
465 Bytes
# Core dependencies
fastapi
uvicorn
fastapi-cache2
# Database and ORM
asyncpg>=0.27.0
sqlalchemy>=1.4.47
aiosqlite
psycopg2
# HTTP requests
requests
httpx
# OpenAI and NVIDIA LLM integration
openai
# Image processing and scraping
Pillow
beautifulsoup4
lxml
# Environment variables
python-dotenv
# Data validation and serialization
pydantic
# Utilities
python-dateutil
pybase64
# Testing and development
pytest
pytest-asyncio
httpx
textblob
python-multipart