# Development and testing dependencies for MattStash Server

# Testing framework
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0

# HTTP testing for FastAPI
httpx>=0.25.0

# Test utilities
pytest-mock>=3.12.0
