# yh-crawler test-only dependencies
#
# Installed via `pip install "yh-crawler[test]"` (or extras_require["test"]
# in setup.py). Not pulled in by a plain `pip install yh-crawler`.

# Test framework
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0

# HTTP mocking for tests
responses>=0.24.0
