-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
46 lines (44 loc) · 851 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
40
41
42
43
44
45
46
[project]
name = "a_simple_qq_bot"
version = "0.1.0"
description = ""
authors = [
{name = "I Love Study", email = "[email protected]"},
]
dependencies = [
"graia-ariadne[full]",
"prettytable",
"pycryptodome",
"qrcode",
"Pillow",
"SQLAlchemy",
"matplotlib",
"ujson",
"graiax-silkcoder",
"graia-scheduler",
"graia-saya",
"regex",
"graia-broadcast",
"aiohttp[speedups]",
"playwright",
"aiofile",
"imageio",
"prompt-toolkit",
"lxml",
"pyyaml",
"graiax-shortcut",
"skia-python",
"arclet-alconna-graia",
"aniso8601>=9.0.1",
]
requires-python = ">=3.10,<4"
license = {text = "AGPL-v3"}
[build-system]
requires = ["pdm-pep517>=1.0.0"]
build-backend = "pdm.pep517.api"
[tool.pdm]
[tool.pdm.dev-dependencies]
dev = [
"yapf>=0.32.0",
"toml>=0.10.2",
]