mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
45 lines
1.0 KiB
TOML
45 lines
1.0 KiB
TOML
|
[tool.poetry]
|
|||
|
name = "LittlePaimon"
|
|||
|
version = "3.0.0beta1"
|
|||
|
description = "小派蒙!原神qq群机器人,基于NoneBot2的UID查询、抽卡导出分析、模拟抽卡、实时便签、札记等多功能小助手。"
|
|||
|
authors = ["惜月 <277073121@qq.com>"]
|
|||
|
license = "AGPL"
|
|||
|
|
|||
|
[[tool.poetry.source]]
|
|||
|
name = "ali"
|
|||
|
default = true
|
|||
|
url = "https://mirrors.aliyun.com/pypi/simple/"
|
|||
|
|
|||
|
[tool.poetry.dependencies]
|
|||
|
python = "^3.8"
|
|||
|
nonebot2 = "^2.0.0-beta.5"
|
|||
|
nonebot-adapter-onebot = "^2.1"
|
|||
|
nonebot-plugin-apscheduler = "^0.1.2"
|
|||
|
nonebot-plugin-htmlrender = "^0.1.1"
|
|||
|
beautifulsoup4 = "^4.10.0"
|
|||
|
httpx = "^0.23.0"
|
|||
|
lxml = "^4.8.0"
|
|||
|
Pillow = "^9.1.0"
|
|||
|
matplotlib = "^3.5.1"
|
|||
|
pypinyin = "^0.46.0"
|
|||
|
pymongo = "^4.1.0"
|
|||
|
xlsxwriter = "^3.0.3"
|
|||
|
aiofiles = "^0.8.0"
|
|||
|
tortoise-orm = "^0.19.2"
|
|||
|
tqdm = "^4.64.0"
|
|||
|
"ruamel.yaml" = "^0.17.21"
|
|||
|
ujson = "^5.4.0"
|
|||
|
expandvars = "^0.9.0"
|
|||
|
pywebio = "^1.6.2"
|
|||
|
|
|||
|
[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"
|