Files
MuMuAINovel/backend/requirements.txt
T
2025-11-08 12:32:32 +08:00

37 lines
628 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Web框架
fastapi==0.121.0
uvicorn[standard]==0.38.0
python-multipart==0.0.20
# 数据库
sqlalchemy==2.0.25
aiosqlite==0.19.0
# 数据验证
pydantic==2.12.4
pydantic-settings==2.11.0
# AI服务
openai==2.7.0
anthropic==0.72.0
# 工具库
httpx==0.28.1
python-dotenv==1.0.0
# MCP官方库(Model Context Protocol Python SDK
mcp==1.21.0
# NumPy版本锁定(兼容性要求)
numpy==1.26.4
# 向量数据库和Embedding (长期记忆系统)
chromadb==1.3.2
# Transformers(锁定兼容版本)
transformers==4.35.2
# Sentence Transformers(基于PyTorch的文本embedding库)
sentence-transformers==2.3.1