🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
26 lines
397 B
Plaintext
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
|