mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-07-31 08:59:51 +00:00
✨ 添加插件加载模块及相关模型,支持插件的动态加载与管理
This commit is contained in:
@ -19,7 +19,8 @@ dependencies = [
|
||||
"ruamel.yaml>=0.18.6",
|
||||
"pyyaml>=6.0.2",
|
||||
"psutil>=6.1.0",
|
||||
"beautifulsoup4>=4.12.3"
|
||||
"beautifulsoup4>=4.12.3",
|
||||
"pydantic>=2.10.3"
|
||||
|
||||
]
|
||||
license = { text = "MIT, Mulan PSL v2" }
|
||||
|
Reference in New Issue
Block a user