# Testing Dependencies
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-mock>=3.11.0
pytest-cov>=4.1.0
pytest-benchmark>=4.0.0
pytest-xdist>=3.3.0
pytest-timeout>=2.1.0

# HTTP Testing
httpx>=0.24.0
fastapi[testing]>=0.104.0
requests>=2.31.0

# Database Testing
pytest-postgresql>=5.0.0
asyncpg>=0.29.0
alembic>=1.12.0

# Async Testing
aiofiles>=23.0.0
asyncio-mqtt>=0.16.0

# Mocking and Fixtures
factory-boy>=3.3.0
faker>=19.0.0
responses>=0.23.0
aioresponses>=0.7.0

# Performance Testing
locust>=2.17.0
memory-profiler>=0.61.0
psutil>=5.9.0

# Code Quality
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.5.0

# Utilities
freezegun>=1.2.0
parameterized>=0.9.0