nonebot-plugin-acgnshow/pyproject.toml

41 lines
921 B
TOML
Raw Normal View History

2024-07-11 10:26:21 +00:00
[project]
name = "nonebot-plugin-acgnshow"
version = "0.2.3.2"
2024-07-11 10:26:21 +00:00
description = "Nonebot2插件从哔哩哔哩会员购获取简易展览数据"
readme = "README.md"
2024-07-11 12:27:23 +00:00
requires-python = "<4.0,>=3.9"
authors = [{ name = "Asankilp", email = "asankilp@outlook.com" }]
2024-07-11 10:26:21 +00:00
dependencies = [
"nonebot2[fastapi, websockets]>=2.2.0",
2024-07-11 10:26:21 +00:00
"nonebot-plugin-alconna>=0.48.0",
"nonebot-plugin-htmlrender>=0.3.2",
"jinja2>=3.1.4",
"aiohttp>=3.9"
2024-07-11 10:26:21 +00:00
]
license = { text = "MIT" }
2024-07-11 10:26:21 +00:00
2024-07-11 15:45:40 +00:00
[project.urls]
Homepage = "https://github.com/LiteyukiStudio/nonebot-plugin-acgnshow"
2024-07-11 10:26:21 +00:00
[tool.nonebot]
plugins = ["nonebot_plugin_acgnshow"]
adapters = [
{ name = "OneBot V11", module_name = "nonebot.adapters.onebot.v11" },
2024-07-11 10:26:21 +00:00
]
[tool.pdm]
distribution = true
[tool.pdm.version]
source = "file"
path = "nonebot_plugin_acgnshow/__init__.py"
[tool.pdm.build]
includes = []
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"