Files
WPSBot/requirements.txt
2025-10-29 23:56:57 +08:00

27 lines
387 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.104.1
uvicorn[standard]==0.24.0
# HTTP客户端
httpx==0.25.1
# 环境变量管理
python-dotenv==1.0.0
# 数据验证
pydantic==2.5.0
pydantic-settings==2.1.0
# 系统监控
psutil==7.1.2
# 拼音处理
pypinyin==0.51.0
# AI对话框架
llama-index-core>=0.10.0
llama-index-llms-ollama>=0.1.0
# 注意使用Python标准库sqlite3不引入SQLAlchemy