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

24 lines
640 B
TOML
Raw Normal View History

2020-11-21 17:20:14 +00:00
[tool.poetry]
name = "nonebot-plugin-docs"
version = "2.0.0a6.post1"
2020-11-21 17:20:14 +00:00
description = "View NoneBot2 Docs Locally"
authors = ["yanyongyu <yanyongyu_1@126.com>"]
license = "MIT"
readme = "README.md"
2020-11-28 03:59:26 +00:00
homepage = "https://github.com/nonebot/nonebot2/blob/master/packages/nonebot-plugin-docs"
repository = "https://github.com/nonebot/nonebot2"
2020-11-21 19:05:28 +00:00
keywords = ["nonebot", "nonebot2", "docs"]
include = ["nonebot_plugin_docs/dist/**/*"]
2020-11-21 17:20:14 +00:00
[tool.poetry.dependencies]
python = "^3.7"
nonebot2 = "^2.0.0-alpha.1"
aiofiles = "^0.6.0"
2020-11-21 17:20:14 +00:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"