# Development dependencies
-r requirements.txt

# Testing
pytest>=7.0.0
pytest-cov>=3.0.0
pytest-xdist>=2.5.0  # For parallel testing

# Linting and formatting
black>=22.0.0
flake8>=4.0.0
mypy>=0.950
isort>=5.10.0

# Type stubs
types-requests
pandas-stubs
