🚀 🚧 pdm支持

This commit is contained in:
Chen_Xu233
2024-06-16 22:43:27 +08:00
parent 5a3ac8dac0
commit 97c6bbb219
4 changed files with 1563 additions and 12 deletions

20
pyproject.toml Normal file
View File

@ -0,0 +1,20 @@
[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