Skip to content

Commit

Permalink
(ui) fix - dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Feb 2, 2024
1 parent 29c0614 commit 5fc6081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ proxy = [
"apscheduler",
"fastapi-sso",
"PyJWT",
"python-multipart",
"python-multipart"
]

extra_proxy = [
"prisma",
"azure-identity",
"azure-keyvault-secrets",
"google-cloud-kms",
"streamlit",
"resend"
]

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ orjson==3.9.7 # fast /embedding responses
apscheduler==3.10.4 # for resetting budget in background
fastapi-sso==0.10.0 # admin UI, SSO
PyJWT==2.8.0 # admin UI, jwts
python-multipart==0.0.6 # admin UI
### LITELLM PACKAGE DEPENDENCIES
python-dotenv>=0.2.0 # for env
tiktoken>=0.4.0 # for calculating usage
Expand Down

0 comments on commit 5fc6081

Please sign in to comment.