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]' ], )