nonebot2/packages/nonebot-plugin-docs/pyproject.toml
2020-11-22 01:20:14 +08:00

18 lines
383 B
TOML

[tool.poetry]
name = "nonebot-plugin-docs"
version = "0.1.0"
description = "View NoneBot2 Docs Locally"
authors = ["yanyongyu <yanyongyu_1@126.com>"]
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"