# Development and testing dependencies

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-xdist>=3.3.0
httpx>=0.25.0
mock>=5.1.0

# Code quality
black>=23.11.0
isort>=5.12.0
flake8>=6.1.0
mypy>=1.7.0
pylint>=3.0.0
pre-commit>=3.5.0

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.4.0
mkdocstrings>=0.24.0
pydocstyle>=6.3.0

# Profiling
memory-profiler>=0.61.0
line-profiler>=4.1.0
py-spy>=0.3.14

# Notebooks
jupyter>=1.0.0
ipykernel>=6.26.0
ipywidgets>=8.1.0

# Build tools
build>=1.0.0
twine>=4.0.0
wheel>=0.41.0

# Additional validation tools
matplotlib>=3.7.0
seaborn>=0.12.0
plotly>=5.18.0
