[tool.poetry] name = "nonebot-plugin-docs" version = "0.1.0" description = "View NoneBot2 Docs Locally" authors = ["yanyongyu "] license = "MIT" readme = "README.md" [tool.poetry.dependencies] python = "^3.7" nonebot2 = "^2.0.0-alpha.1" [tool.poetry.dev-dependencies] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"