feat(deps): 添加 pyproject.toml 依赖

- 向 pyproject.toml 添加了 aiohttp, asyncio, loguru, maim-message, pillow, requests, rich, sqlmodel, tomlkit, websockets 依赖
pull/72/head
ShiroRikka 2025-12-03 23:44:27 +08:00
parent 424ca5b473
commit 3de2444b0e
1 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,18 @@
name = "MaiBotNapcatAdapter"
version = "0.5.5"
description = "A MaiBot adapter for Napcat"
dependencies = [
"aiohttp>=3.13.2",
"asyncio>=4.0.0",
"loguru>=0.7.3",
"maim-message>=0.5.7",
"pillow>=12.0.0",
"requests>=2.32.5",
"rich>=14.2.0",
"sqlmodel>=0.0.27",
"tomlkit>=0.13.3",
"websockets>=15.0.1",
]
[tool.ruff]