From 550a131685fe8d8dae76e1eeb26afed9f704dfbf Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Sun, 17 Mar 2024 12:03:25 -0400 Subject: [PATCH] =?UTF-8?q?deps:=20=E6=B7=BB=E5=8A=A0=20anthropic=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/core/bootutils/deps.py | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/pkg/core/bootutils/deps.py b/pkg/core/bootutils/deps.py index be54c2f..41097f2 100644 --- a/pkg/core/bootutils/deps.py +++ b/pkg/core/bootutils/deps.py @@ -3,6 +3,7 @@ import pip required_deps = { "requests": "requests", "openai": "openai", + "anthropic": "anthropic", "colorlog": "colorlog", "mirai": "yiri-mirai-rc", "aiocqhttp": "aiocqhttp", diff --git a/requirements.txt b/requirements.txt index 3c7007b..6a3e718 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ requests openai>1.0.0 +anthropic colorlog~=6.6.0 yiri-mirai-rc aiocqhttp