# Development dependencies
-r requirements.txt

# Code quality and linting
ruff>=0.5.0
mypy>=1.10.0
black>=24.0.0

# Testing
pytest>=8.0.0
pytest-cov>=5.0.0
pytest-asyncio>=0.23.0

# Type stubs for better type checking
types-requests>=2.32.0