# Core dependencies
pydantic>=2.0
typer>=0.9.0
rich>=13.0.0
httpx>=0.25.0
typing-extensions>=4.8.0
python-dotenv>=1.0.0

# Adapter dependencies
ai-trackdown-pytools>=1.5.0

# Linear adapter dependencies
gql[httpx]>=3.0.0

# JIRA adapter dependencies (optional - install with pip install jira)
# jira>=3.5.0

# GitHub adapter dependencies (optional - install with pip install PyGithub)
# PyGithub>=2.1.0

# Development dependencies (optional)
# pytest>=7.4.0
# pytest-asyncio>=0.21.0
# pytest-cov>=4.1.0
# black>=23.0.0
# ruff>=0.1.0
# mypy>=1.5.0