# Development and testing dependencies
# Testing framework
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0
pytest-mock>=3.10.0
pytest-benchmark>=4.0.0

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

# Security scanning
bandit>=1.7.5
safety>=2.3.0
pip-audit>=2.6.0

# Performance profiling
memory-profiler>=0.60.0

# Documentation
sphinx>=6.0.0
sphinx-rtd-theme>=1.2.0
nbsphinx>=0.9.0

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

# Additional utilities
pre-commit>=3.0.0