# Test requirements for KohakuHub API tests

# Core testing framework
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0
pytest-timeout>=2.1.0

# HTTP client and HuggingFace Hub client
requests>=2.31.0
huggingface_hub>=0.20.0

# Additional utilities
pytest-mock>=3.12.0
