mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Update setup.py
This commit is contained in:
parent
bfef06fab6
commit
be0cd1ccf8
1 changed files with 6 additions and 2 deletions
8
setup.py
8
setup.py
|
@ -11,7 +11,11 @@ setup(
|
|||
install_requires=[
|
||||
'openai',
|
||||
'cohere',
|
||||
'func_timeout'
|
||||
'pytest'
|
||||
'func_timeout',
|
||||
'pytest',
|
||||
'anthropic',
|
||||
'replicate',
|
||||
'python-dotenv',
|
||||
'openai[datalib]'
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue