# Development Dependencies
# Install with: pip install -r requirements.txt

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0
coverage>=7.0.0

# Code Quality
black>=23.0.0
ruff>=0.1.0
mypy>=0.950

# Type Stubs
types-requests>=2.28.0
