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

# For mocking HTTP requests
responses>=0.23.0
httpx>=0.24.0

# For testing CLI
# click-testing>=0.1.0  # Not available, using typer[test] instead

# For performance testing
pytest-benchmark>=4.0.0

# For property-based testing
hypothesis>=6.80.0

# For testing with temporary files
# pytest-tmp-path>=0.1.0  # Not needed, using built-in tempfile

# Development dependencies
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.5.0
pre-commit>=3.4.0

# Documentation testing
# doctest>=0.1.0  # Built-in module 