# Test Requirements
# Additional dependencies needed for running tests

pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.11.1
pytest-timeout>=2.1.0

# Mocking
# Note: unittest.mock is built into Python 3.3+, no need to install

# Code quality
black>=23.7.0
flake8>=6.1.0
mypy>=1.5.0
isort>=5.12.0

# Type checking (optional - install manually if needed for type stubs)
# types-aiohttp>=3.8.0
