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

# Include production requirements
-r requirements.txt

# Testing
pytest==7.4.0
pytest-cov==4.1.0
pytest-flask==1.2.0
pytest-mock==3.12.0

# Code Quality & Formatting
black==23.12.0
ruff==0.1.8
mypy==1.7.1

# Type Stubs
types-requests==2.31.0.10
types-PyJWT==1.7.1
