zhenxun_bot/pyproject.toml

43 lines
1.1 KiB
TOML
Raw Normal View History

2022-02-19 18:20:19 +08:00
[tool.poetry]
name = "zhenxun_bot"
version = "0.1.1"
description = "基于 Nonebot2 和 go-cqhttp 开发,以 postgresql 作为数据库非常可爱的绪山真寻bot"
authors = ["HibiKier <775757368@qq.com>"]
license = "AGPL"
2022-06-08 11:51:32 +08:00
[[tool.poetry.source]]
name = "ali"
default = true
url = "https://mirrors.aliyun.com/pypi/simple/"
2022-02-19 18:20:19 +08:00
[tool.poetry.dependencies]
2024-02-04 04:18:54 +08:00
python = "^3.10"
playwright = "^1.41.1"
nonebot-adapter-onebot = "^2.3.1"
nonebot-plugin-apscheduler = "^0.3.0"
tortoise-orm = {extras = ["asyncpg"], version = "^0.20.0"}
cattrs = "^23.2.3"
ruamel-yaml = "^0.18.5"
strenum = "^0.4.15"
nonebot-plugin-session = "^0.2.3"
nonebot-plugin-send-anything-anywhere = "^0.5.0"
ujson = "^5.9.0"
nonebot-adapter-kaiheila = "^0.3.0"
nb-cli = "^1.3.0"
nonebot2 = "^2.1.3"
nonebot-adapter-discord = "^0.1.3"
nonebot-adapter-dodo = "^0.1.4"
pillow = "9.5"
2024-02-25 03:18:34 +08:00
retrying = "^1.3.4"
aiofiles = "^23.2.1"
nonebot-plugin-htmlrender = "^0.3.0"
nonebot-plugin-userinfo = "^0.1.3"
2024-02-26 03:04:32 +08:00
nonebot-plugin-alconna = "^0.37.1"
2024-03-18 16:10:44 +08:00
pypinyin = "^0.51.0"
2022-02-19 18:20:19 +08:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"