-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpyproject.toml
29 lines (28 loc) · 890 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
[tool.poetry]
name = "nonebot-plugin-ncm"
version = "1.6.18"
description = "基于go-cqhttp与nonebot2的 网易云 无损音乐下载"
license = "Apache License 2.0"
authors = ["kitUIN <[email protected]>"]
maintainers = ["kitUIN <[email protected]>", "lgc2333", "KCKT0112", "TeamBreakerr"]
readme = "README.md"
packages = [
{ include = "nonebot-plugin-ncm" }
]
homepage = "https://github.com/kitUIN/nonebot-plugin-ncm"
repository = "https://github.com/kitUIN/nonebot-plugin-ncm"
keywords = ["netease-cloud-music", "netease", "go-cqhttp", "nonebot2"]
[tool.poetry.dependencies]
python = "^3.8"
nonebot2 = "^2.0.0rc2"
tinydb = ">=4.7.0"
pyncm =">=1.7.1"
aiofile ="^3.8.7"
nonebot-adapter-onebot = ">=2.1.5"
qrcode = "^7.3.1"
httpx = ">=0.24.1"
Pillow = ">=9.3.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"