forked from g1331/xiaomai-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
53 lines (48 loc) · 1.18 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
[tool.poetry]
name = "bot-xiaomai-open"
version = "0.3.0"
description = "基于Graia-Ariadne开的qqbot-小埋,v3重构版本"
authors = ["13"]
license = "GNU GENERAL PUBLIC LICENSE"
readme = "README.md"
packages = [{include = "bot_xiaomai_open"}]
[tool.poetry.dependencies]
python = "^3.10"
httpx = "^0.23.1"
creart = "^0.2.2"
graia-ariadne = {extras = ["standard"], version = "^0.10.2"}
graiax-playwright = "^0.2.1"
sqlalchemy = "^1.4.45"
pyyaml = "^6.0"
aiosqlite = "^0.18.0"
psutil = "^5.9.4"
arclet-alconna-graia = "^0.10.4"
jinja2 = "^3.1.2"
markdown-it-py = "^2.1.0"
mdit-py-plugins = "^0.3.3"
graiax-text2img-playwright = "^0.3.0"
launart = "0.6.1"
unwind = "0.3.2"
aiofiles = "^22.1.0"
zhconv = "^1.4.3"
pillow = "^9.4.0"
bs4 = "^0.0.1"
requests = "^2.28.1"
jieba = "^0.42.1"
picimagesearch = "^3.7.8"
imageio = "^2.24.0"
bilireq = "^0.2.3.post0"
qrcode = "^7.3.1"
grpcio = "^1.51.1"
grpcio-status = "1.49.0"
edgegpt = "^0.0.51"
pypinyin = "^0.48.0"
gitpython = "^3.1.31"
revchatgpt = "^2.3.21"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "tuna-tsinghua"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = false