generated from lgc-NB2Dev/nonebot-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
39 lines (34 loc) · 987 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[project]
name = "nonebot-plugin-multincm"
dynamic = ["version"]
description = "NCM Song Searcher"
authors = [{ name = "student_2333", email = "[email protected]" }]
dependencies = [
"nonebot2>=2.3.1",
"nonebot-plugin-htmlrender>=0.3.2",
"nonebot-plugin-alconna>=0.52.2",
"pyncm>=1.7.1",
"typing-extensions>=4.12.2",
"httpx>=0.27.0",
"jinja2>=3.1.4",
"cookit[jinja,loguru,nonebot-alconna,pydantic]>=0.6.5",
"nonebot-plugin-waiter>=0.6.2",
"cachetools>=5.3.3",
"yarl>=1.9.4",
"silk-python>=0.2.6",
]
requires-python = ">=3.9,<4.0"
readme = "README.md"
license = { text = "MIT" }
[project.urls]
homepage = "https://github.com/lgc-NB2Dev/nonebot-plugin-multincm"
[dependency-groups]
dev = ["nonebot-adapter-kritor>=0.2.2", "nonebot-adapter-onebot>=2.4.3"]
[tool.pdm.version]
source = "file"
path = "nonebot_plugin_multincm/__init__.py"
[tool.pdm.build]
includes = []
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"