-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
32 lines (30 loc) · 998 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-blive-danmaku"
version = "0.4.1"
description = "A danmaku plugin for Nonebot2"
authors = ["ricardo <thespirit@vip.qq.com>"]
documentation = "https://github.com/zangxx66/nonebot_plugin_blive_danmaku#readme"
license = "MIT"
homepage = "https://github.com/zangxx66/nonebot_plugin_blive_danmaku"
readme = "README.md"
keywords = ["nonebot", "nonebot2", "bilibili", "danmaku"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[tool.poetry.dependencies]
python = ">=3.10,<4.0"
nonebot2 = {extras = ["fastapi"], version = "^2.1.0"}
nonebot-adapter-onebot = "^2.2.4"
bilireq = "^0.2.11"
nonebot_plugin_apscheduler = "^0.3.0"
aiohttp = "^3.7.4"
Brotli = "^1.0.9"
Pillow = "^9.5.0"
Jinja2 = "^3.1.2"
tortoise-orm = {extras = ["asyncpg"], version = "^0.19.3"}
pure-protobuf = "^3.0.0a5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"