mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-14 21:52:56 +08:00
56 lines
1.4 KiB
TOML
56 lines
1.4 KiB
TOML
[tool.poetry]
|
||
name = "zhenxun_bot"
|
||
version = "0.1.1"
|
||
description = "基于 Nonebot2 和 go-cqhttp 开发,以 postgresql 作为数据库,非常可爱的绪山真寻bot"
|
||
authors = ["HibiKier <775757368@qq.com>"]
|
||
license = "AGPL"
|
||
|
||
[[tool.poetry.source]]
|
||
name = "ali"
|
||
default = true
|
||
url = "https://mirrors.aliyun.com/pypi/simple/"
|
||
|
||
[tool.poetry.dependencies]
|
||
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"
|
||
retrying = "^1.3.4"
|
||
aiofiles = "^23.2.1"
|
||
nonebot-plugin-htmlrender = "^0.3.0"
|
||
nonebot-plugin-userinfo = "^0.1.3"
|
||
pypinyin = "^0.51.0"
|
||
beautifulsoup4 = "^4.12.3"
|
||
lxml = "^5.1.0"
|
||
psutil = "^5.9.8"
|
||
feedparser = "^6.0.11"
|
||
opencv-python = "^4.9.0.80"
|
||
imagehash = "^4.3.1"
|
||
black = "^24.4.2"
|
||
cn2an = "^0.5.22"
|
||
aiohttp = "^3.9.5"
|
||
dateparser = "^1.2.0"
|
||
nonebot-plugin-alconna = "^0.50.2"
|
||
bilireq = "0.2.3post0"
|
||
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
|
||
python-multipart = "^0.0.9"
|
||
|
||
[tool.poetry.dev-dependencies]
|
||
|
||
[build-system]
|
||
requires = ["poetry-core>=1.0.0"]
|
||
build-backend = "poetry.core.masonry.api"
|