From a060ec66c3ba22d51240f4f9d200abf5f1fbed6a Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Thu, 29 Feb 2024 11:03:11 +0800 Subject: [PATCH] =?UTF-8?q?deps:=20=E6=95=B4=E7=90=86=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/core/app.py | 2 -- pkg/core/bootutils/deps.py | 2 ++ requirements.txt | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pkg/core/app.py b/pkg/core/app.py index ab48344..a31d2f7 100644 --- a/pkg/core/app.py +++ b/pkg/core/app.py @@ -4,8 +4,6 @@ import logging import asyncio import traceback -import aioconsole - from ..platform import manager as im_mgr from ..provider.session import sessionmgr as llm_session_mgr from ..provider.requester import modelmgr as llm_model_mgr diff --git a/pkg/core/bootutils/deps.py b/pkg/core/bootutils/deps.py index c498865..be54c2f 100644 --- a/pkg/core/bootutils/deps.py +++ b/pkg/core/bootutils/deps.py @@ -5,6 +5,8 @@ required_deps = { "openai": "openai", "colorlog": "colorlog", "mirai": "yiri-mirai-rc", + "aiocqhttp": "aiocqhttp", + "botpy": "qq-botpy", "PIL": "pillow", "nakuru": "nakuru-project-idk", "CallingGPT": "CallingGPT", diff --git a/requirements.txt b/requirements.txt index e74eb53..3c7007b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,13 +4,12 @@ colorlog~=6.6.0 yiri-mirai-rc aiocqhttp qq-botpy -websockets -urllib3 -Pillow nakuru-project-idk +Pillow CallingGPT tiktoken PyYaml aiohttp pydantic -aioconsole \ No newline at end of file +websockets +urllib3 \ No newline at end of file