# Core dependencies | |
fastapi | |
uvicorn | |
# Database and ORM | |
asyncpg>=0.27.0 | |
sqlalchemy>=1.4.47 | |
aiosqlite | |
# 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 |