nonebot_plugin_dialectlist/pyproject.toml

59 lines
1.2 KiB
TOML
Raw Normal View History

2024-06-16 22:43:27 +08:00
[project]
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]",
"nonebot-plugin-apscheduler>=0.4.0",
2024-07-27 23:04:18 +08:00
"nonebot-plugin-alconna>=0.50.2",
"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"}
[project.optional-dependencies]
dev = [
2024-07-27 23:04:18 +08:00
"ruff>=0.5.5",
"setuptools>=71.1.0",
"twine>=5.1.0",
2024-07-08 13:42:58 +08:00
"nb-cli>=0.7.6"
]
2024-07-10 23:42:58 +08:00
Test = [
"nonebot-adapter-onebot>=2.4.4",
]
2024-06-16 22:43:27 +08:00
[tool.pdm]
2024-06-18 16:52:25 +08:00
distribution = true
[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]
# --no-pip-version-check = true