generated from A-kirami/nonebot-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
42 lines (39 loc) · 1.24 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
[project]
name = "nonebot-plugin-pjsekaihelper"
version = "1.2.10"
description = "世界计划插件,拥有组建车队、生成角色表情包、模拟抽卡等功能,持续开发中"
readme = "README.md"
requires-python = ">=3.9"
license = {file = "LICENSE"}
keywords = ["nonebot2", "projectsekai", "pjsk"]
authors = [
{email = "glz15757339816@gmail.com"},
{name = "Ant1"}
]
maintainers = [
{name = "Ant1", email = "glz15757339816@gmail.com"}
]
classifiers = [
"License :: OSI Approved :: MIT License",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.12"
]
dependencies = [
"nonebot2>=2.3.1",
"nonebot_plugin_localstore>=0.7.1",
"nonebot-adapter-onebot>=2.1.0",
"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",
"pydantic>=2.0",
]
[project.optional-dependencies]
test = []
[project.urls]
homepage = "https://github.com/Ant1816/nonebot-plugin-pjsekaihelper"
documentation = "https://github.com/Ant1816/nonebot-plugin-pjsekaihelper/blob/master/README.md"
repository = "https://github.com/Ant1816/nonebot-plugin-pjsekaihelper"
changelog = "https://github.com/Ant1816/nonebot-plugin-pjsekaihelper/commits/master/"