forked from phoenix/litellm-mirror
build(requirements.txt): add jwt to docker requirements
This commit is contained in:
parent
302bab6f1f
commit
7aff716c68
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue