nonebot2/packages/nonebot-plugin-docs/pyproject.toml

18 lines
383 B
TOML
Raw Normal View History

2020-11-21 17:20:14 +00:00
[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"