Update setup.py

This commit is contained in:
Krrish Dholakia 2023-08-01 05:26:08 -07:00
parent bfef06fab6
commit be0cd1ccf8

View file

@ -11,7 +11,11 @@ setup(
install_requires=[
'openai',
'cohere',
'func_timeout'
'pytest'
'func_timeout',
'pytest',
'anthropic',
'replicate',
'python-dotenv',
'openai[datalib]'
],
)