diff --git a/pyproject.toml b/pyproject.toml index d2e584915..b72399b64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ proxy = [ "apscheduler", "fastapi-sso", "PyJWT", - "python-multipart", + "python-multipart" ] extra_proxy = [ @@ -51,6 +51,7 @@ extra_proxy = [ "azure-identity", "azure-keyvault-secrets", "google-cloud-kms", + "streamlit", "resend" ] diff --git a/requirements.txt b/requirements.txt index 8ca68d19e..c9bd0e511 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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