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=[ install_requires=[
'openai', 'openai',
'cohere', 'cohere',
'func_timeout' 'func_timeout',
'pytest' 'pytest',
'anthropic',
'replicate',
'python-dotenv',
'openai[datalib]'
], ],
) )