Initial commit - Phase 3/4

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
michael
2026-01-06 13:45:29 -08:00
parent 1da6730735
commit 4f35df1781
323 changed files with 98287 additions and 1195 deletions

25
requirements-test.txt Normal file
View File

@@ -0,0 +1,25 @@
# 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