# Core Dependencies
rich>=13.0  # Pretty CLI output

# Development & Testing
pytest>=8.0
black>=24.0
ruff>=0.3.0
mypy>=1.8.0
coverage>=7.0

# Packaging & Publishing
twine>=4.0
wheel>=0.40.0

# Documentation
sphinx>=7.0
sphinx-rtd-theme>=1.3.0  # Optional theme for docs
mkdocs-material
mkdocs
