"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "3925946f994a4b779ab9286654e7011bb175a70a"
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 ...@@ -52,6 +52,7 @@ rank-bm25==0.2.2
faster-whisper==1.0.2 faster-whisper==1.0.2
PyJWT[crypto]==2.8.0 PyJWT[crypto]==2.8.0
authlib==1.3.2
black==24.4.2 black==24.4.2
langfuse==2.33.0 langfuse==2.33.0
......
...@@ -61,6 +61,7 @@ dependencies = [ ...@@ -61,6 +61,7 @@ dependencies = [
"faster-whisper==1.0.2", "faster-whisper==1.0.2",
"PyJWT[crypto]==2.8.0", "PyJWT[crypto]==2.8.0",
"authlib==1.3.0",
"black==24.4.2", "black==24.4.2",
"langfuse==2.33.0", "langfuse==2.33.0",
......
...@@ -34,6 +34,8 @@ asgiref==3.8.1 ...@@ -34,6 +34,8 @@ asgiref==3.8.1
# via opentelemetry-instrumentation-asgi # via opentelemetry-instrumentation-asgi
attrs==23.2.0 attrs==23.2.0
# via aiohttp # via aiohttp
authlib==1.3.0
# via open-webui
av==11.0.0 av==11.0.0
# via faster-whisper # via faster-whisper
backoff==2.2.1 backoff==2.2.1
...@@ -93,6 +95,7 @@ click==8.1.7 ...@@ -93,6 +95,7 @@ click==8.1.7
coloredlogs==15.0.1 coloredlogs==15.0.1
# via onnxruntime # via onnxruntime
cryptography==42.0.7 cryptography==42.0.7
# via authlib
# via litellm # via litellm
# via pyjwt # via pyjwt
ctranslate2==4.2.1 ctranslate2==4.2.1
......
...@@ -34,6 +34,8 @@ asgiref==3.8.1 ...@@ -34,6 +34,8 @@ asgiref==3.8.1
# via opentelemetry-instrumentation-asgi # via opentelemetry-instrumentation-asgi
attrs==23.2.0 attrs==23.2.0
# via aiohttp # via aiohttp
authlib==1.3.0
# via open-webui
av==11.0.0 av==11.0.0
# via faster-whisper # via faster-whisper
backoff==2.2.1 backoff==2.2.1
...@@ -93,6 +95,7 @@ click==8.1.7 ...@@ -93,6 +95,7 @@ click==8.1.7
coloredlogs==15.0.1 coloredlogs==15.0.1
# via onnxruntime # via onnxruntime
cryptography==42.0.7 cryptography==42.0.7
# via authlib
# via litellm # via litellm
# via pyjwt # via pyjwt
ctranslate2==4.2.1 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