⚡ 添加进程及生命周期管理器,添加轻雪框架支持
This commit is contained in:
@ -1,38 +1,58 @@
|
||||
[tool.nonebot]
|
||||
[project]
|
||||
# PEP 621 project metadata
|
||||
# See https://www.python.org/dev/peps/pep-0621/
|
||||
authors = [
|
||||
{name = "SnowyKami", email = "snowykami@outlook.com"},
|
||||
]
|
||||
license = {text = "MIT & LSO"}
|
||||
requires-python = ">=3.10,<4.0"
|
||||
dependencies = [
|
||||
|
||||
]
|
||||
|
||||
dynamic = ["version"]
|
||||
# This file is for project use, but don`t use with nb-cli
|
||||
# 此文件为项目所用,请不要和nb-cli一起使用以防被修改
|
||||
[tool.poetry]
|
||||
name = "liteyuki-bot"
|
||||
description = "Push dynamics and live informations from bilibili to QQ. Based on nonebot2."
|
||||
readme = "README.md"
|
||||
keywords = ["nonebot", "nonebot2", "qqbot", "liteyuki", "bot"]
|
||||
version = "6"
|
||||
description = "based on nonebot2"
|
||||
authors = ["Snowykami"]
|
||||
license = "MIT & LSO"
|
||||
package-mode = false
|
||||
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
aiofiles = "~23.2.1"
|
||||
aiohttp = "~3.9.3"
|
||||
aiosqlite3 = "~0.3.0"
|
||||
colored = "~2.2.4"
|
||||
fastapi = "~0.110.0"
|
||||
GitPython = "~3.1.42"
|
||||
httpx = "~0.27.0"
|
||||
importlib_metadata = "~7.0.2"
|
||||
jieba = "~0.42.1"
|
||||
loguru = "~0.7.2"
|
||||
nb-cli = "~1.4.1"
|
||||
nonebot-adapter-onebot = "~2.4.3"
|
||||
nonebot-adapter-satori = "~0.11.5"
|
||||
nonebot-plugin-alconna = "~0.46.3"
|
||||
nonebot-plugin-apscheduler = "~0.4.0"
|
||||
nonebot-plugin-htmlrender = "~0.3.1"
|
||||
nonebot2 = { version = "~2.3.0", extras = ["fastapi", "httpx", "websockets"] }
|
||||
numpy = "~2.0.0"
|
||||
packaging = "~23.1"
|
||||
psutil = "~5.9.8"
|
||||
py-cpuinfo = "~9.0.0"
|
||||
pydantic = "~2.7.0"
|
||||
Pygments = "~2.17.2"
|
||||
python-dotenv = "~1.0.1"
|
||||
pytest = "~8.3.1"
|
||||
pytz = "~2024.1"
|
||||
PyYAML = "~6.0.1"
|
||||
requests = "~2.31.0"
|
||||
starlette = "~0.36.3"
|
||||
watchdog = "~4.0.0"
|
||||
|
||||
|
||||
[[tool.poetry.source]]
|
||||
name = "tuna"
|
||||
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
||||
|
||||
[tool.nonebot]
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://bot.liteyuki.icu"
|
||||
repository = "https://github.com/LiteyukiStudio/LiteyukiBot"
|
||||
documentation = "https://bot.liteyuki.icu"
|
||||
|
||||
[tool.pdm.dev-dependencies]
|
||||
dev = []
|
||||
|
||||
[tool.nonebot]
|
||||
adapters = [
|
||||
{ name = "OneBot V11", module_name = "nonebot.adapters.onebot.v11" }
|
||||
|
||||
]
|
||||
plugins = ["haruka_bot", "nonebot_plugin_gocqhttp", "nonebot_plugin_guild_patch"]
|
||||
plugin_dirs = []
|
||||
builtin_plugins = []
|
||||
|
||||
[project.scripts]
|
||||
ly = "main.py"
|
Reference in New Issue
Block a user