# Core dependencies
httpx>=0.27.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
python-dotenv>=1.0.0

# AI/LLM (OpenAI-compatible API)
openai>=1.0.0

# Web search fallback
duckduckgo-search>=7.0.0

# CLI and formatting
rich>=13.0.0
typer>=0.9.0

# Telegram channel monitoring
telethon>=1.36.0

# Dashboard
fastapi>=0.100.0
uvicorn>=0.20.0
