| # Development-only dependencies (NOT included in production Docker image) | |
| # Install with: pip install -r requirements-dev.txt | |
| -r requirements.txt | |
| pytest==9.0.2 | |
| pytest-cov==7.0.0 | |
| pytest-asyncio==1.3.0 | |
| httpx==0.28.1 # also used by tests for async client | |
| flake8==7.3.0 | |
| isort==7.0.0 | |
| black==24.0.0 | |