# Development and Testing Dependencies for MCP Orchestration Project # Testing frameworks pytest==9.0.3 pytest-asyncio==1.3.0 pytest-cov==7.0.0 pytest-mock==3.15.1 pytest-timeout==2.4.0 pytest-xdist==3.8.0 # Parallel test execution # FastAPI testing httpx==0.28.1 # For TestClient async support requests==2.33.0 # Mocking and fixtures faker==40.11.0 factory-boy==3.3.3 # Code quality black==26.3.1 flake8==7.3.0 isort==8.0.0 mypy==1.19.1 pylint==4.0.5 # Security scanning bandit==1.7.5 safety==3.7.0 # Documentation mkdocs==1.6.1 mkdocs-material==9.7.6 # Utilities python-dotenv==1.2.2 pydantic==2.12.5