From 29c0614ad8849a027fb5bfc007219a480bec91f8 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 2 Feb 2024 08:10:54 -0800 Subject: [PATCH] (ui) fix dependencies --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8549626e67e..8ca68d19ed7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,8 +18,7 @@ langfuse>=2.6.3 # for langfuse self-hosted logging 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 -python-multipart==0.0.6 # admin UI +PyJWT==2.8.0 # admin UI, jwts ### LITELLM PACKAGE DEPENDENCIES python-dotenv>=0.2.0 # for env tiktoken>=0.4.0 # for calculating usage