2022-08-24 00:11:18 +08:00
|
|
|
|
[tool.poetry]
|
|
|
|
|
name = "LittlePaimon"
|
2022-12-22 22:36:02 +08:00
|
|
|
|
version = "3.0.0rc7"
|
2022-08-24 00:11:18 +08:00
|
|
|
|
description = "小派蒙!原神qq群机器人,基于NoneBot2的UID查询、抽卡导出分析、模拟抽卡、实时便签、札记等多功能小助手。"
|
|
|
|
|
authors = ["惜月 <277073121@qq.com>"]
|
|
|
|
|
license = "AGPL"
|
|
|
|
|
|
|
|
|
|
[[tool.poetry.source]]
|
2022-10-25 12:13:44 +08:00
|
|
|
|
name = "tsinghua"
|
2022-08-24 00:11:18 +08:00
|
|
|
|
default = true
|
2022-10-25 12:13:44 +08:00
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
2022-08-24 00:11:18 +08:00
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
|
python = "^3.8"
|
2022-10-26 09:40:24 +08:00
|
|
|
|
nonebot2 = "~2.0.0-beta.5"
|
2022-08-24 00:11:18 +08:00
|
|
|
|
nonebot-adapter-onebot = "^2.1"
|
|
|
|
|
beautifulsoup4 = "^4.10.0"
|
|
|
|
|
httpx = "^0.23.0"
|
|
|
|
|
lxml = "^4.8.0"
|
|
|
|
|
Pillow = "^9.1.0"
|
|
|
|
|
matplotlib = "^3.5.1"
|
|
|
|
|
tortoise-orm = "^0.19.2"
|
|
|
|
|
tqdm = "^4.64.0"
|
|
|
|
|
"ruamel.yaml" = "^0.17.21"
|
|
|
|
|
ujson = "^5.4.0"
|
|
|
|
|
expandvars = "^0.9.0"
|
2022-09-09 19:40:15 +08:00
|
|
|
|
jieba = "^0.42.1"
|
2022-09-17 17:11:31 +08:00
|
|
|
|
scipy = "^1.9.1"
|
|
|
|
|
scikit-learn = "^1.1.2"
|
|
|
|
|
shapely = "^1.8.4"
|
|
|
|
|
gitpython = "^3.1.27"
|
2022-09-25 17:40:13 +08:00
|
|
|
|
pypinyin = "^0.47.1"
|
2022-10-25 12:13:44 +08:00
|
|
|
|
python-jose = "^3.3.0"
|
|
|
|
|
amis-python = "^1.0.5"
|
2022-10-26 09:40:24 +08:00
|
|
|
|
psutil = "^5.9.3"
|
2022-11-02 10:49:44 +08:00
|
|
|
|
nonebot-plugin-apscheduler = "^0.2.0"
|
|
|
|
|
playwright = "^1.27.1"
|
2022-08-24 00:11:18 +08:00
|
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
nb-cli = "^0.6.7"
|
|
|
|
|
|
|
|
|
|
[tool.nonebot]
|
|
|
|
|
plugins = []
|
|
|
|
|
plugin_dirs = ["src/plugins"]
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry_core>=1.0.0"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|