chore(backend): add test dependencies to requirements

添加 pytest、pytest-cov 和 pytest-asyncio 作为测试依赖项。

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-07 12:45:06 +08:00
parent b2b1c87822
commit e5fcde6940
+5
View File
@@ -20,3 +20,8 @@ accelerate
librosa
psutil
torchaudio
# Test dependencies
pytest
pytest-cov
pytest-asyncio