mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
➕ missing aiofiles dependency for docs plugin
This commit is contained in:
parent
9685a4b1bf
commit
b0a71b461f
@ -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]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user