Files
pi-pm3/requirements-test.txt
michael 4f35df1781 Initial commit - Phase 3/4
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 13:46:22 -08:00

26 lines
397 B
Plaintext

# Testing dependencies for Dangerous Pi
# Core testing framework
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.11.1
# HTTP testing
httpx>=0.24.1
pytest-httpx>=0.22.0
# FastAPI testing
fastapi[all]>=0.100.0
# Code quality
pytest-flake8>=1.1.1
pytest-black>=0.3.12
pytest-mypy>=0.10.3
# Test utilities
faker>=19.0.0
factory-boy>=3.3.0
freezegun>=1.2.2
responses>=0.23.1