forked from phoenix/litellm-mirror
fix testing + req.txt
This commit is contained in:
parent
ede33230f2
commit
1415bdd6fa
2 changed files with 0 additions and 2 deletions
|
@ -170,7 +170,6 @@ jobs:
|
||||||
pip install "boto3==1.34.34"
|
pip install "boto3==1.34.34"
|
||||||
pip install jinja2
|
pip install jinja2
|
||||||
pip install tokenizers
|
pip install tokenizers
|
||||||
pip install openai
|
|
||||||
pip install jsonschema
|
pip install jsonschema
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
|
|
|
@ -9,7 +9,6 @@ gunicorn==22.0.0 # server dep
|
||||||
boto3==1.34.34 # aws bedrock/sagemaker calls
|
boto3==1.34.34 # aws bedrock/sagemaker calls
|
||||||
redis==5.0.0 # caching
|
redis==5.0.0 # caching
|
||||||
numpy==1.24.3 # semantic caching
|
numpy==1.24.3 # semantic caching
|
||||||
pandas==2.1.1 # for viewing clickhouse spend analytics
|
|
||||||
prisma==0.11.0 # for db
|
prisma==0.11.0 # for db
|
||||||
mangum==0.17.0 # for aws lambda functions
|
mangum==0.17.0 # for aws lambda functions
|
||||||
pynacl==1.5.0 # for encrypting keys
|
pynacl==1.5.0 # for encrypting keys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue