mirror of
https://github.com/KohakuBlueleaf/KohakuHub.git
synced 2026-05-02 02:17:41 -05:00
15 lines
271 B
Plaintext
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
|