From be0cd1ccf8ac95e57fc024a4f104ff730a18552a Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 1 Aug 2023 05:26:08 -0700 Subject: [PATCH] Update setup.py --- setup.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4d8ed7b01..8390a0519 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,11 @@ setup( install_requires=[ 'openai', 'cohere', - 'func_timeout' - 'pytest' + 'func_timeout', + 'pytest', + 'anthropic', + 'replicate', + 'python-dotenv', + 'openai[datalib]' ], )