mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-17 03:20:54 +00:00
♿ add plugin loading using json/toml
This commit is contained in:
@ -30,6 +30,7 @@ fastapi = "^0.63.0"
|
||||
uvicorn = "^0.11.5"
|
||||
Quart = { version = "^0.14.1", optional = true }
|
||||
pydantic = { extras = ["dotenv", "typing_extensions"], version = "^1.7.3" }
|
||||
tomlkit = "^0.7.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
yapf = "^0.30.0"
|
||||
|
Reference in New Issue
Block a user