-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
pyproject.toml
58 lines (52 loc) · 1.15 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[project]
# PEP 621 project metadata
# See https://www.python.org/dev/peps/pep-0621/
name = "avilla-workspace"
dependencies = [
"graia-broadcast>=0.23.1",
"graia-amnesia>=0.9.0",
"creart>=0.3.0",
"graia-saya>=0.0.18",
"launart>=0.8.2",
"loguru>=0.6.0",
"aiohttp>=3.8.1",
"nonebot2>=2.0.1",
"wsproto>=1.2.0",
"starlette>=0.34.0",
"uvicorn>=0.25.0",
"nonechat<1.0.0,>=0.2.0",
"arclet-alconna>=1.8.5",
"arclet-alconna-tools>=0.7.0",
"pygtrie>=2.5.0",
"selectolax>=0.3.16",
"satori-python>=0.11.0",
"cryptography>=43.0.3",
]
version = "0"
requires-python = ">=3.9"
[build-system]
requires = ["mina-build<0.6.0", "pdm-backend<2.4.0"]
build-backend = "mina.backend"
[tool.pdm.build]
includes = ["avilla/"]
[tool.mina]
enabled = true
[tool.black]
include = '\.pyi?$'
line-length = 120
target-version = ['py39']
[tool.isort]
profile = "black"
[tool.pdm.dev-dependencies]
dev = [
"black>=24.2.0",
"mina-build>=0.4.0,<0.6.0",
"richuru>=0.1.1",
"ruff>=0.3.2",
"uvicorn>=0.27.0",
"devtools>=0.11",
"ipykernel>=6.23.2",
"pip>=23.2.1",
"pdm-mina>=0.3.1",
"isort>=5.13.2",
]