forked from phoenix/litellm-mirror
fix pip install bug
This commit is contained in:
parent
6591202470
commit
1017663d84
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