-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
39 lines (35 loc) · 887 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
[tool.poetry]
name = "Yubot"
version = "0.1.0"
description = ""
authors = ["YUASDS <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
aiohttp = {extras = ["speedups"], version = "^3.8.1"}
Pillow = "^9.0.0"
jieba = "^0.42.1"
PyYAML = "^6.0"
httpx = "^0.21.3"
peewee = "^3.14.8"
prettytable = "^3.0.0"
pyzbar = "^0.1.8"
numpy = "^1.22.1"
playwright = "^1.19.0"
wordcloud = "^1.8.1"
graiax-silkcoder = {extras = ["ffmpeg"], version = "^0.1.6"}
scipy = "^1.8.0"
flake8 = "^4.0.1"
black = "^22.1.0"
alibabacloud-dm20151123 = "1.0.0"
ujson = "^5.1.0"
graia-ariadne = {extras = ["full"], version = "^0.6.16"}
[tool.poetry.dev-dependencies]
pytest = "^5.2"
yapf = "^0.32.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "custom"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true