# Core dependencies
colorama>=0.4.6
pydantic>=2.0.0
typer[all]>=0.9.0
rich>=13.0.0

# Development dependencies
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0
mypy>=1.5.0
black>=23.7.0
flake8>=6.0.0
isort>=5.12.0

# Build and packaging
build>=0.10.0
twine>=4.0.0
