zhenxun_bot/pyproject.toml

54 lines
1.2 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]
python = "^3.8"
2022-10-15 19:49:53 +08:00
nonebot2 = "^2.0.0rc1"
2022-02-19 18:20:19 +08:00
aiofiles = "^0.8.0"
aiohttp = "3.7.4.post0"
beautifulsoup4 = "4.9.3"
feedparser = "^6.0.8"
2022-06-21 08:53:49 +08:00
httpx = "^0.23.0"
2022-02-19 18:20:19 +08:00
ImageHash = "^4.2.1"
jieba = "^0.42.1"
lxml = "4.6.5"
opencv-python = "^4.5.5"
Pillow = "^9.0.1"
playwright = "^1.18.2"
psutil = "^5.9.0"
PyYAML = "5.4.1"
retrying = "^1.3.3"
ujson = "^5.1.0"
"ruamel.yaml" = "^0.17.21"
matplotlib = "^3.5.1"
black = "^22.1.0"
pypinyin = "^0.46.0"
2022-02-27 17:56:56 +08:00
dateparser = "^1.1.0"
cn2an = "^0.5.16"
2022-04-04 20:33:37 +08:00
python-jose = "^3.3.0"
python-multipart = "^0.0.5"
2022-10-03 06:50:00 +08:00
bilireq = "^0.2.3.post0"
2022-05-21 00:22:44 +08:00
emoji = "^1.7.0"
wordcloud = "^1.8.1"
rich = "^12.4.3"
2022-11-15 22:04:13 +08:00
nonebot-adapter-onebot = "^2.1.5"
2022-10-15 23:07:26 +08:00
nonebot-plugin-apscheduler = "^0.2.0"
nonebot-plugin-htmlrender = "^0.2.0"
cachetools = "^5.2.0"
2023-02-21 20:32:38 +08:00
tortoise-orm = "^0.19.3"
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"