Files
Mofox-Core/requirements.txt
SengokuCola 972e6066e6 v0.1
能跑但是没写部署教程,主题和记忆识别也没写完
2025-02-26 18:12:28 +08:00

35 lines
896 B
Plaintext

# 基础依赖
nonebot2==2.2.1
nonebot-adapter-onebot==2.2.3
nonebot-plugin-apscheduler==0.4.0
pymongo==4.3.3
python-dotenv==1.0.1
# 自然语言处理
jieba==0.42.1
# AI/LLM相关
openai==1.61.0
# 网络请求
aiohttp==3.10.11
requests==2.31.0
# 数据处理
numpy==1.24.4
pandas==2.0.3
# 可视化
matplotlib==3.7.5
networkx==3.2.1
# 工具库
python-dateutil==2.9.0.post0
APScheduler==3.11.0
loguru==0.7.3
# 开发工具
pytest==8.1.1
black==24.3.0
flake8==7.0.0