2024-06-16 22:43:27 +08:00
|
|
|
[project]
|
|
|
|
name = "nonebot_plugin_dialectlist"
|
2024-06-21 10:04:30 +08:00
|
|
|
version = "2.0.3"
|
2024-06-16 22:43:27 +08:00
|
|
|
description = "Default template for PDM package"
|
|
|
|
authors = [
|
|
|
|
{name = "Chen_Xu233", email = "woyerpa@outlook.com"},
|
|
|
|
]
|
|
|
|
dependencies = [
|
|
|
|
"nonebot2>=2.3.1",
|
|
|
|
"nonebot-plugin-chatrecorder>=0.6.0",
|
|
|
|
"pygal>=3.0.4",
|
|
|
|
"requests>=2.32.3",
|
2024-06-18 16:32:17 +08:00
|
|
|
"nonebot-plugin-apscheduler>=0.4.0",
|
|
|
|
"nonebot-plugin-alconna>=0.46.6",
|
|
|
|
"nonebot-plugin-cesaa>=0.4.0",
|
|
|
|
"nonebot-plugin-userinfo>=0.2.4",
|
2024-06-21 10:04:30 +08:00
|
|
|
"pyecharts>=2.0.5",
|
|
|
|
"nonebot-plugin-htmlrender>=0.3.2",
|
2024-06-16 22:43:27 +08:00
|
|
|
]
|
|
|
|
requires-python = ">=3.10,<4.0"
|
|
|
|
readme = "README.md"
|
|
|
|
license = {text = "MIT"}
|
|
|
|
|
|
|
|
|
2024-06-18 16:32:17 +08:00
|
|
|
[project.optional-dependencies]
|
|
|
|
dev = [
|
|
|
|
"ruff>=0.4.9",
|
2024-06-19 12:55:42 +08:00
|
|
|
"setuptools>=70.0.0",
|
|
|
|
"twine>=5.1.0",
|
2024-06-18 16:32:17 +08:00
|
|
|
]
|
|
|
|
|
2024-06-16 22:43:27 +08:00
|
|
|
[tool.pdm]
|
2024-06-18 16:52:25 +08:00
|
|
|
distribution = true
|
2024-06-18 16:32:17 +08:00
|
|
|
|
|
|
|
[tool.ruff]
|
|
|
|
line-length = 80
|
|
|
|
[tool.ruff.format]
|
|
|
|
quote-style = "single"
|
|
|
|
indent-style = "tab"
|