mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix pip install bug
This commit is contained in:
parent
df32b41c21
commit
adbce4a32e
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -10,7 +10,6 @@ setup(
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'openai',
|
'openai',
|
||||||
'cohere',
|
'cohere'
|
||||||
'os'
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue