-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
44 lines (41 loc) · 1013 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
40
41
42
43
44
[tool.poetry]
name = "hoshino-sync"
version = "1.0.0"
description = "个人自用hoshino魔改, 主要用于同步本地及服务器生产环境"
authors = ["Ayusummer <[email protected]>"]
license = "GPL3.0"
[tool.poetry.dependencies]
python = "^3.8"
Jinja2 = "2.10"
MarkupSafe = "2.0.1"
Werkzeug = "~=1.0.1"
wsproto = "~=0.15.0"
nonebot = {version = "1.8.0", extras = ["scheduler"]}
aiocqhttp = "~=1.4.0"
lxml = "~=4.8.0"
pytz = "~=2019.3"
requests = "~=2.23.0"
sogou_tr_free = "~=0.0.8"
zhconv = "~=1.4.1"
Pillow = "9.1.1"
matplotlib = "~=3.2.1"
numpy = "1.19.5"
beautifulsoup4 = "4.11.1"
pygtrie = "~=2.3.3"
tinydb = "~=4.1.1"
aiohttp = "~=3.6.2"
cloudscraper = "~=1.2.60"
imageio = "2.19.2"
opencv-python = "4.5.1.48"
httpx = "0.22.0"
aiofiles = "0.6.0"
aiocache = "0.11.1"
emoji = "1.7.0"
fonttools = "4.33.3"
typing-extensions = "^4.2.0"
playwright = "1.20.1"
peewee = "^3.15.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"