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

# Testing
pytest==7.4.3
pytest-flask==1.3.0
pytest-cov==4.1.0
coverage[toml]==7.4.0

# Code quality
black==24.8.0
flake8==6.1.0
