# Core CLI framework
typer[all]>=0.9.0

# Terminal formatting and colors
rich>=13.0.0

# HTTP client with SSE support
httpx>=0.24.0

# Data validation
pydantic>=2.0.0

# Enhanced input with history and autocomplete
prompt_toolkit>=3.0.0

# Fast JSON parsing
orjson>=3.9.0

# Date/time handling
python-dateutil>=2.8.0

# Async HTTP server for OAuth callback
aiohttp>=3.9.0
