nonebot_plugin_dialectlist/pyproject.toml

21 lines
425 B
TOML
Raw Normal View History

2024-06-16 22:43:27 +08:00
[project]
name = "nonebot_plugin_dialectlist"
version = "1.6.0"
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",
]
requires-python = ">=3.10,<4.0"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false