forked from phoenix/litellm-mirror
fix requirements.txt
This commit is contained in:
parent
1415bdd6fa
commit
f339f9614a
1 changed files with 1 additions and 1 deletions
|
@ -161,11 +161,11 @@ jobs:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: |
|
command: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install -r requirements.txt
|
|
||||||
pip install python-dotenv
|
pip install python-dotenv
|
||||||
pip install pytest
|
pip install pytest
|
||||||
pip install tiktoken
|
pip install tiktoken
|
||||||
pip install aiohttp
|
pip install aiohttp
|
||||||
|
pip install openai
|
||||||
pip install click
|
pip install click
|
||||||
pip install "boto3==1.34.34"
|
pip install "boto3==1.34.34"
|
||||||
pip install jinja2
|
pip install jinja2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue