-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
44 lines (40 loc) · 1.13 KB
/
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
40
41
42
43
44
[project]
name = "nonebot-plugin-pjsk"
dynamic = ["version"]
description = "Project Sekai Sticker Creator for NoneBot2."
authors = [
{ name = "Agnes_Digital", email = "[email protected]" },
{ name = "student_2333", email = "[email protected]" },
]
dependencies = [
"nonebot2>=2.3.1",
"httpx>=0.27.0",
"anyio>=4.4.0",
"nonebot-plugin-alconna>=0.48.0",
"nonebot-plugin-htmlrender>=0.3.2",
"jinja2>=3.1.4",
"yarl>=1.9.4",
]
requires-python = ">=3.9,<=4"
keywords = ["pjsk", "nonebot2", "plugin"]
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
]
readme = "README.md"
license = { text = "MIT" }
[project.urls]
homepage = "https://github.com/lgc-NB2Dev/nonebot-plugin-pjsk"
[tool.pdm.build]
includes = []
[tool.pdm.version]
source = "file"
path = "nonebot_plugin_pjsk/__init__.py"
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"