Files
KohakuHub/tests/requirements.txt
2025-10-06 21:13:02 +08:00

15 lines
271 B
Plaintext

# 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