Files
llm-in-text/backend/requirements.txt
T
ydy0615 e5fcde6940 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>
2026-04-07 12:45:06 +08:00

28 lines
268 B
Plaintext

fastapi
uvicorn
ollama
pydantic
python-dotenv
httpx
geoip2
markitdown[all]
python-docx
python-pptx
openpyxl
pypdf
# TTS and ASR dependencies
torch
transformers
soundfile
numpy
accelerate
librosa
psutil
torchaudio
# Test dependencies
pytest
pytest-cov
pytest-asyncio