deps: 添加 anthropic 依赖库

This commit is contained in:
RockChinQ 2024-03-17 12:03:25 -04:00
parent 0cfb8bb29f
commit 550a131685
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import pip
required_deps = {
"requests": "requests",
"openai": "openai",
"anthropic": "anthropic",
"colorlog": "colorlog",
"mirai": "yiri-mirai-rc",
"aiocqhttp": "aiocqhttp",

View File

@ -1,5 +1,6 @@
requests
openai>1.0.0
anthropic
colorlog~=6.6.0
yiri-mirai-rc
aiocqhttp