# Extended dependencies for development and testing

# Testing frameworks
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-xdist>=3.3.0
hypothesis>=6.82.0

# Code quality tools
black>=23.0.0
ruff>=0.1.0
mypy>=1.5.0
pre-commit>=3.4.0
bandit>=1.7.0
safety>=2.3.0

# Documentation
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0
myst-parser>=2.0.0

# Development utilities
ipython>=8.14.0
jupyter>=1.0.0
jupyterlab>=4.0.0
rich>=13.0.0

# HTTP testing
httpx>=0.24.0
requests>=2.31.0
aioresponses>=0.7.0

# Debugging
debugpy>=1.6.0
icecream>=2.1.0
