Skip to content

Commit

Permalink
deps: 整理依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Feb 29, 2024
1 parent fd10db3 commit a060ec6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 0 additions & 2 deletions pkg/core/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
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
Expand Down
2 changes: 2 additions & 0 deletions pkg/core/bootutils/deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"openai": "openai",
"colorlog": "colorlog",
"mirai": "yiri-mirai-rc",
"aiocqhttp": "aiocqhttp",
"botpy": "qq-botpy",
"PIL": "pillow",
"nakuru": "nakuru-project-idk",
"CallingGPT": "CallingGPT",
Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
websockets
urllib3

0 comments on commit a060ec6

Please sign in to comment.