-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
38 lines (33 loc) · 1005 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
[tool.poetry]
name = "nonebot-plugin-splatoon3-nso"
version = "1.5.9"
description = "一个基于nonebot2框架的splatoon3游戏nso数据查询插件"
authors = ["cypas <[email protected]>"]
readme = "README.md"
packages = [{include = "nonebot_plugin_splatoon3_nso"}]
[tool.poetry.dependencies]
python = "^3.10"
beautifulsoup4="^4.12.2"
httpx="^0.24.1"
nonebot2="^2.2.0"
pydantic = ">=1.0.0,<3.0.0,!=2.5.0,!=2.5.1"
nonebot-adapter-onebot = "^2.4.1"
nonebot-adapter-telegram= "^0.1.0b16"
nonebot-adapter-kaiheila = "^0.3.1"
nonebot-adapter-qq = "^1.4.4"
nonebot-plugin-apscheduler = "^0.4.0"
nonebot_plugin_htmlrender = "^0.3.0"
nonebot_plugin_datastore = "^1.3.0"
SQLAlchemy = "^2.0.25"
playwright = "^1.40.0"
Pillow="9.5.0"
[tool.poetry.group.test.dependencies]
nonebug = "^0.3.5"
pytest-asyncio = "^0.23.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "ali"
url = "https://mirrors.aliyun.com/pypi/simple/"
priority = "primary"