# Core dependencies
requests>=2.31.0
httpx>=0.24.0

# Optional dependencies for LLM providers
openai>=1.0.0
anthropic>=0.5.0

# Flask integration
flask>=3.1.3

# PostgreSQL
psycopg2-binary>=2.9.0

# Development dependencies
pytest>=7.4.0
black>=23.0.0
ruff>=0.0.280

# TOML parsing (optional, for pyproject.toml analysis)
tomli>=2.0.0; python_version < "3.11"
