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

# Build and publish tools
build>=0.10.0
wheel>=0.40.0
twine>=4.0.0

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0
coverage>=7.0.0

# Code quality
black>=23.0.0
flake8>=6.0.0
mypy>=1.0.0
isort>=5.12.0

# Security scanning
bandit[sarif]>=1.7.0
pip-audit>=2.6.0
gitleaks>=8.0.0

# Development tools
ipython>=8.0.0
ipdb>=0.13.0

# Documentation (optional)
sphinx>=5.0.0
sphinx-rtd-theme>=1.2.0

# Pre-commit hooks (optional)
pre-commit>=3.0.0
