Commit a842d8d6 authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

deps: add authlib

parent 7b81271b
......@@ -52,6 +52,7 @@ rank-bm25==0.2.2
faster-whisper==1.0.2
PyJWT[crypto]==2.8.0
authlib==1.3.2
black==24.4.2
langfuse==2.33.0
......
......@@ -61,6 +61,7 @@ dependencies = [
"faster-whisper==1.0.2",
"PyJWT[crypto]==2.8.0",
"authlib==1.3.0",
"black==24.4.2",
"langfuse==2.33.0",
......
......@@ -34,6 +34,8 @@ asgiref==3.8.1
# via opentelemetry-instrumentation-asgi
attrs==23.2.0
# via aiohttp
authlib==1.3.0
# via open-webui
av==11.0.0
# via faster-whisper
backoff==2.2.1
......@@ -93,6 +95,7 @@ click==8.1.7
coloredlogs==15.0.1
# via onnxruntime
cryptography==42.0.7
# via authlib
# via litellm
# via pyjwt
ctranslate2==4.2.1
......
......@@ -34,6 +34,8 @@ asgiref==3.8.1
# via opentelemetry-instrumentation-asgi
attrs==23.2.0
# via aiohttp
authlib==1.3.0
# via open-webui
av==11.0.0
# via faster-whisper
backoff==2.2.1
......@@ -93,6 +95,7 @@ click==8.1.7
coloredlogs==15.0.1
# via onnxruntime
cryptography==42.0.7
# via authlib
# via litellm
# via pyjwt
ctranslate2==4.2.1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment