Files
NeoBot/requirements.txt
K2cr2O1 56b1014419 refactor(core): 重构核心模块结构并添加开发文档
将核心模块按功能重新组织为更清晰的结构,包括 managers、handlers 和 utils 目录
添加完整的开发文档,涵盖快速开始、项目结构、核心概念和插件开发指南
更新所有相关模块的导入路径以匹配新的结构
将单例模式实现提取到单独的 singleton.py 文件
2026-01-07 22:51:27 +08:00

26 lines
394 B
Plaintext

beautifulsoup4==4.14.3
bs4==0.0.2
certifi==2025.11.12
charset-normalizer==3.4.4
colorama==0.4.6
docopt==0.6.2
idna==3.11
loguru==0.7.3
pathlib==1.0.1
pipreqs==0.4.13
redis==5.0.7
requests==2.32.5
soupsieve==2.8.1
toml==0.10.2
typing==3.7.4.3
typing_extensions==4.15.0
urllib3==2.6.2
watchdog==6.0.0
websockets==15.0.1
win32_setctime==1.2.0
yarg==0.1.10
docker
pytest
pytest-asyncio
pytest-mock