# Development Dependencies # Install with: pip install -r requirements-dev.txt # Testing pytest==7.4.3 pytest-cov==4.1.0 pytest-asyncio==0.21.1 httpx==0.25.2 # For testing FastAPI endpoints # Code Quality black==23.12.0 # Code formatter flake8==6.1.0 # Linter mypy==1.7.1 # Type checker isort==5.13.2 # Import sorter # Documentation mkdocs==1.5.3 # Documentation generator mkdocs-material==9.5.3 # Material theme for docs