# 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
