-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpyproject.toml
32 lines (30 loc) · 932 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
[project]
name = "nonebot-plugin-maimaidx"
version = "1.0.15"
authors = [
{ name="Yuri-YuzuChaN", email="[email protected]" },
]
description = "maimaidx plugin for nonebot2"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"nonebot2<3.0.0,>=2.0.0",
"nonebot-adapter-onebot<3.0.0,>=2.2.2",
"nonebot-plugin-apscheduler<1.0.0,>=0.3.0",
"aiofiles<24.0.0,>=23.2.1",
"httpx<1.0.0,>=0.23.1",
"pillow<11.0.0,>=10.0.0",
"pydantic<3.0.0,>=1.10.13",
"pyecharts<3.0.0,>=2.0.0",
"snapshot_phantomjs<1.0.0,>=0.0.1"
]
[project.urls]
"Homepage" = "https://github.com/Yuri-YuzuChaN/nonebot-plugin-maimaidx"
"Bug Tracker" = "https://github.com/Yuri-YuzuChaN/nonebot-plugin-maimaidx/issues"
[tool.setuptools.package-data]
"*" = ["maimaidxhelp.png"]