build(requirements.txt): add jwt to docker requirements

This commit is contained in:
Krrish Dholakia 2024-03-19 16:23:24 -07:00
parent 302bab6f1f
commit 7aff716c68

View file

@ -24,6 +24,7 @@ apscheduler==3.10.4 # for resetting budget in background
fastapi-sso==0.10.0 # admin UI, SSO fastapi-sso==0.10.0 # admin UI, SSO
PyJWT==2.8.0 # admin UI, jwts PyJWT==2.8.0 # admin UI, jwts
python-multipart==0.0.6 # admin UI python-multipart==0.0.6 # admin UI
jwt==1.3.1 # for jwt auth
### LITELLM PACKAGE DEPENDENCIES ### LITELLM PACKAGE DEPENDENCIES
python-dotenv>=0.2.0 # for env python-dotenv>=0.2.0 # for env
tiktoken>=0.4.0 # for calculating usage tiktoken>=0.4.0 # for calculating usage