-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpyproject.toml
57 lines (57 loc) · 1.36 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
[project]
name = "bot-xiaomai-open"
version = "0.3.0"
description = "GNU GENERAL PUBLIC LICENSE"
readme = "README.md"
requires-python = ">=3.10,<3.13"
dependencies = [
"graia-ariadne[standard]>=0.11.7",
"graia-amnesia>=0.7.1",
"graia-saya>=0.0.19",
"graia-scheduler>=0.2.0",
"graiax-fastapi>=0.3.1",
"graiax-playwright>=0.2.7",
"graiax-text2img-playwright>=0.4.2",
"launart==0.6.4",
"httpx>=0.27.0",
"httpx>=0.27.0",
"h11>=0.14.0",
"creart>=0.3.0",
"sqlalchemy>=2.0.30",
"pyyaml>=6.0.1",
"aiosqlite>=0.20.0",
"psutil>=5.9.8",
"arclet-alconna-graia>=0.18.2",
"jinja2>=3.1.4",
"markdown-it-py>=3.0.0",
"mdit-py-plugins>=0.4.0",
"unwind==0.4.0",
"aiofiles>=23.2.1",
"zhconv>=1.4.0",
"bs4>=0.0.2",
"requests>=2.31.0",
"jieba>=0.42.1",
"picimagesearch>=3.10.2",
"imageio>=2.34.1",
"bilireq>=0.2.13",
"qrcode>=7.4.2",
"grpcio>=1.63.0",
"grpcio-status==1.63.0",
"edgegpt>=0.13.2",
"pypinyin>=0.51.0",
"gitpython>=3.1.43",
"revchatgpt>=6.8.6",
"rapidfuzz>=3.9.0",
"noneprompt>=0.1.9",
"alembic>=1.13.1",
"uvicorn>=0.29.0",
"pillow>=10.3.0",
"slack-sdk==3.23.0",
"matplotlib>=3.8.4",
"pandas>=2.2.2",
"seaborn>=0.13.2",
"pexpect>=4.9.0",
"starlette>=0.37.2",
"playwright==1.41.2",
"curl-cffi>=0.7.1",
]