# Development and testing dependencies
-r requirements.txt

# Testing
pytest>=6.0.0
pytest-cov>=2.10.0
pytest-mock>=3.6.0
pytest-xdist>=2.3.0

# Code quality
black>=20.8b1
flake8>=3.8.0
isort>=5.9.0
mypy>=0.910

# Documentation
sphinx>=3.2.0
sphinx-rtd-theme>=0.5.0
sphinx-autodoc-typehints>=1.12.0

# Development tools
ipython>=7.16.0
jupyter>=1.0.0
pre-commit>=2.13.0

# Performance profiling
line_profiler>=3.3.0
memory_profiler>=0.58.0
