# Development dependencies for BAZINGA CLI
# Install with: pip install -r requirements-dev.txt

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-timeout>=2.1.0
pytest-mock>=3.11.0

# Code quality
mypy>=1.5.0
ruff>=0.1.0

# Install package in development mode
-e .
