From 3de2444b0e3778fd1d7b24c3a0f440b0f8509073 Mon Sep 17 00:00:00 2001 From: ShiroRikka Date: Wed, 3 Dec 2025 23:44:27 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(deps):=20=E6=B7=BB=E5=8A=A0=20?= =?UTF-8?q?pyproject.toml=20=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 向 pyproject.toml 添加了 aiohttp, asyncio, loguru, maim-message, pillow, requests, rich, sqlmodel, tomlkit, websockets 依赖 --- pyproject.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2ac69fc..5db9a29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]