forked from phoenix/litellm-mirror
Update setup.py
This commit is contained in:
parent
bfef06fab6
commit
2feae589f1
1 changed files with 6 additions and 2 deletions
8
setup.py
8
setup.py
|
@ -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]'
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue