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

# Testing
pytest>=6.0
pytest-cov>=2.10
pytest-asyncio>=0.18.0
python-dotenv>=0.19.0

# Code quality
black>=21.0
flake8>=3.8
mypy>=0.800
isort>=5.0.0

# Documentation
sphinx>=3.0
sphinx-rtd-theme>=0.5

# Type checking
types-requests>=2.25.0

# Development tools
pre-commit>=2.15.0
tox>=3.24.0
