Files
Mofox-Core/requirements.txt
SengokuCola 8411bb13dd 123
1
2025-03-01 01:28:16 +08:00

45 lines
1.1 KiB
Plaintext

# 基础依赖
nb-cli
nonebot2[fastapi]
nonebot-adapter-onebot
nonebot-plugin-apscheduler
pymongo==4.3.3
python-dotenv==1.0.1
# 数据验证
pydantic==1.10.0
# 自然语言处理
jieba==0.42.1
# AI/LLM相关
openai==1.61.0
# 网络请求
aiohttp==3.10.11
requests==2.31.0
urllib3>=2.0.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
tomli>=2.0.0
customtkinter>=5.2.0
Pillow>=10.0.0
# 开发工具
pytest==8.1.1
black==24.3.0
flake8==7.0.0