# Core dependencies
click>=8.1.7
rich>=13.7.0
inquirer>=3.1.4

# HTTP & API
requests>=2.31.0
httpx>=0.25.0
aiohttp>=3.9.0

# Templates
jinja2>=3.1.2
pyyaml>=6.0.1

# Git operations
gitpython>=3.1.40

# AI (optional but included)
openai>=1.3.0
anthropic>=0.7.0

# File operations
pathspec>=0.11.0
watchdog>=3.0.0

# Validation
pydantic>=2.5.0
jsonschema>=4.20.0

# Progress & UI
tqdm>=4.66.0
prompt-toolkit>=3.0.0

# Utilities
python-dotenv>=1.0.0
toml>=0.10.2
semver>=3.0.0

# Framework-specific dependencies
fastapi>=0.104.0
uvicorn>=0.24.0
sqlalchemy>=2.0.0
alembic>=1.13.0