From 523b8d29f81c081b204a82eaf6b990faebcfa4e0 Mon Sep 17 00:00:00 2001 From: Panchajanya1999 Date: Mon, 1 Jul 2024 21:33:17 +0530 Subject: [PATCH] requirements: install anthropic module Signed-off-by: Panchajanya1999 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 367c0def..4525edfc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,6 +24,6 @@ pytest>=7.0.0 vcrpy>=5.0.0 colorama>=0.4.6 - - +# Anthropic +anthropic>=0.30.0