# Development dependencies with pinned versions
# Generated for reproducible development environments
# Install with: pip install -r requirements-dev.txt

# Testing
pytest==7.4.3
pytest-cov==4.1.0
coverage==7.3.2

# Code formatting
black==23.11.0

# Linting
flake8==6.1.0
flake8-docstrings==1.7.0

# Type checking
mypy==1.7.1

# Documentation
sphinx==7.2.6
sphinx-rtd-theme==2.0.0
