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
+6 -2
View File
@@ -11,7 +11,11 @@ setup(
install_requires=[
'openai',
'cohere',
'func_timeout'
'pytest'
'func_timeout',
'pytest',
'anthropic',
'replicate',
'python-dotenv',
'openai[datalib]'
],
)