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