Update setup.py

This commit is contained in:
Ishaan Jaff 2023-07-31 18:56:26 -07:00 committed by GitHub
parent bfef06fab6
commit 2feae589f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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