Files
loyal_companion/requirements.txt
latte d957120eb3
All checks were successful
Enterprise AI Code Review / ai-review (pull_request) Successful in 38s
i forgot too commit
2026-02-01 15:57:45 +01:00

29 lines
366 B
Plaintext

# Discord
discord.py>=2.3.0
# AI Providers
anthropic>=0.18.0
google-genai>=1.0.0
openai>=1.12.0
# HTTP Client
aiohttp>=3.9.0
# Configuration
pydantic>=2.6.0
pydantic-settings>=2.2.0
python-dotenv>=1.0.0
# Database
asyncpg>=0.29.0
sqlalchemy[asyncio]>=2.0.0
# Web Platform
fastapi>=0.109.0
uvicorn>=0.27.0
# CLI Platform
typer>=0.9.0
httpx>=0.26.0
rich>=13.7.0