2024-06-16 22:43:27 +08:00
|
|
|
[project]
|
2024-07-09 19:56:02 +08:00
|
|
|
name = "nonebot-plugin-dialectlist"
|
2024-09-11 18:26:57 +08:00
|
|
|
version = "2.2.4"
|
2024-07-08 13:42:58 +08:00
|
|
|
description = "看看你群群友有多能说"
|
2024-06-16 22:43:27 +08:00
|
|
|
authors = [
|
|
|
|
{name = "Chen_Xu233", email = "woyerpa@outlook.com"},
|
|
|
|
]
|
|
|
|
dependencies = [
|
|
|
|
"nonebot-plugin-chatrecorder>=0.6.0",
|
|
|
|
"requests>=2.32.3",
|
2024-08-18 22:46:53 +08:00
|
|
|
"nonebot-plugin-orm[default]",
|
2024-06-18 16:32:17 +08:00
|
|
|
"nonebot-plugin-apscheduler>=0.4.0",
|
2024-07-27 23:04:18 +08:00
|
|
|
"nonebot-plugin-alconna>=0.50.2",
|
2024-06-18 16:32:17 +08:00
|
|
|
"nonebot-plugin-cesaa>=0.4.0",
|
|
|
|
"nonebot-plugin-userinfo>=0.2.4",
|
2024-07-27 23:04:18 +08:00
|
|
|
"nonebot-plugin-htmlrender>=0.3.3",
|
|
|
|
"nonebot2>=2.3.2",
|
|
|
|
"cn2an>=0.5.22"
|
2024-06-16 22:43:27 +08:00
|
|
|
]
|
2024-07-10 23:42:58 +08:00
|
|
|
requires-python = ">=3.9,<4.0"
|
2024-06-16 22:43:27 +08:00
|
|
|
readme = "README.md"
|
|
|
|
license = {text = "MIT"}
|
|
|
|
|
|
|
|
|
2024-06-18 16:32:17 +08:00
|
|
|
[project.optional-dependencies]
|
|
|
|
dev = [
|
2024-07-27 23:04:18 +08:00
|
|
|
"ruff>=0.5.5",
|
|
|
|
"setuptools>=71.1.0",
|
2024-06-19 12:55:42 +08:00
|
|
|
"twine>=5.1.0",
|
2024-07-08 13:42:58 +08:00
|
|
|
"nb-cli>=0.7.6"
|
2024-06-18 16:32:17 +08:00
|
|
|
]
|
2024-07-10 23:42:58 +08:00
|
|
|
Test = [
|
|
|
|
"nonebot-adapter-onebot>=2.4.4",
|
|
|
|
]
|
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"
|
2024-06-22 00:10:19 +08:00
|
|
|
|
|
|
|
[tool.pdm.scripts]
|
|
|
|
|
|
|
|
build = 'pdm run setup.py sdist'
|
|
|
|
publish = 'pdm run python -m twine upload dist/*'
|
|
|
|
|
|
|
|
|
|
|
|
# 以下为智普 AI 生成,还不知道这玩意有啥用。
|
|
|
|
# [tool.pdm.dev-dependencies]
|
|
|
|
# black = "^23.1.0"
|
|
|
|
# isort = "^5.10.1"
|
|
|
|
# pre-commit = "^2.20.0"
|
|
|
|
|
|
|
|
# [tool.pdm.global-options]
|
2024-07-29 13:50:20 +08:00
|
|
|
# --no-pip-version-check = true
|