From 81ffe59c9bd9eaa2ca6a5f446e45a942f6980be8 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Sun, 29 Sep 2024 18:58:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Daws=20=E5=9C=A8?= =?UTF-8?q?=E4=BD=BF=E7=94=A8anthropic=E4=BE=9B=E5=BA=94=E5=95=86=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E6=97=B6=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1639f9f67..6493356ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ psutil = "^6.0.0" celery = { extras = ["sqlalchemy"], version = "^5.4.0" } django-celery-beat = "^2.6.0" celery-once = "^3.0.1" +anthropic = "^0.34.2" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"