Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Aug 1, 2023
1 parent bfef06f commit 2feae58
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
install_requires=[
'openai',
'cohere',
'func_timeout'
'pytest'
'func_timeout',
'pytest',
'anthropic',
'replicate',
'python-dotenv',
'openai[datalib]'
],
)

0 comments on commit 2feae58

Please sign in to comment.