Update setup.py

This commit is contained in:
Ishaan Jaff 2023-07-31 18:56:26 -07:00 committed by GitHub
parent f35ae073b3
commit 7e50b9a29e

View file

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