mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-29 17:27:41 +00:00
➕ missing aiofiles dependency for docs plugin
This commit is contained in:
@ -14,6 +14,7 @@ include = ["nonebot_plugin_docs/dist/**/*"]
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
nonebot2 = "^2.0.0-alpha.1"
|
nonebot2 = "^2.0.0-alpha.1"
|
||||||
|
aiofiles = "^0.6.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user