-
Notifications
You must be signed in to change notification settings - Fork 21
/
pyproject.toml
32 lines (29 loc) · 940 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
[tool.poetry]
name = "nonebot_plugin_gamedraw"
version = "0.3.3"
description = "nonebot2 实现自动更新的 原神/明日方舟/赛马娘/坎公骑冠剑/公主连结/碧蓝航线/FGO/阴阳师 抽卡插件"
authors = ["HibiKier <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/HibiKier/nonebot_plugin_gamedraw"
repository = "https://github.com/HibiKier/nonebot_plugin_gamedraw"
[tool.poetry.dependencies]
python = "^3.8"
nonebot2 = "^2.0.0-rc.1"
nonebot-adapter-onebot = "^2.0.0-beta.1"
nonebot-plugin-apscheduler = "^0.2.0"
aiohttp = "^3.7.4"
cachetools = "^5.0.0"
cn2an = "^0.5.16"
dateparser = "^1.1.0"
lxml = "^4.6.3"
Pillow = "^9.0.0"
pypinyin = ">=0.42.0"
ujson = {version = "^5.1.0", optional = true}
beautifulsoup4 = "^4.11.1"
[tool.poetry.dev-dependencies]
nb-cli = "^0.6.0"
black = "^22.1.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"