-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
59 lines (54 loc) · 1.14 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
59
[project]
name = "Cocotst"
version = "0.0.12"
description = "Easily to code qqoffcial bot."
authors = [
{name = "Sibuxiangx", email = "sibuxiang@proton.me"},
]
dependencies = [
"uvicorn>=0.32.0",
"fastapi>=0.115.4",
"graia-broadcast>=0.23.5",
"cryptography>=43.0.3",
"loguru>=0.7.2",
"aiohttp>=3.10.10",
"requests>=2.32.3",
"Launart>=0.8.2",
"aiofiles>=24.1.0",
"typer>=0.13.1",
"richuru>=0.1.1",
"watchdog[watchmedo]>=6.0.0",
"pydantic>=2.0",
]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "MIT"}
[project.optional-dependencies]
dev = [
"black>=24.10.0",
"isort>=5.13.2",
]
alc = [
"arclet-alconna>=1.8.34",
"arclet-alconna-tools>=0.7.10",
]
docs = [
"mkdocs-material>=9.5.45",
"mkdocstrings-python>=1.12.2",
"mkdocs-gen-files>=0.5.0",
"mkdocs-literate-nav>=0.6.1",
"mkdocs-section-index>=0.3.9",
]
voice = [
"graiax-silkcoder[ffmpeg]>=0.3.6",
]
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm]
distribution = true
[tool.black]
line-length = 110
target-version = ['py39']
[tool.pdm.build]
includes = ["src/cocotst"]