# Development and testing dependencies

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.12.0

# Code quality
pylint>=3.0.0
black>=23.0.0
flake8>=6.1.0
mypy>=1.7.0
isort>=5.13.0

# Documentation
sphinx>=7.2.0
sphinx-rtd-theme>=2.0.0

# Type stubs
types-requests>=2.31.0

# Include core requirements
-r requirements.txt

