mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 22:27:10 +00:00
build(requirements.txt): add jwt to docker requirements
This commit is contained in:
@@ -24,6 +24,7 @@ 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
|
||||
jwt==1.3.1 # for jwt auth
|
||||
### LITELLM PACKAGE DEPENDENCIES
|
||||
python-dotenv>=0.2.0 # for env
|
||||
tiktoken>=0.4.0 # for calculating usage
|
||||
|
||||
Reference in New Issue
Block a user