Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
a842d8d6
Commit
a842d8d6
authored
May 25, 2024
by
Jun Siang Cheah
Browse files
deps: add authlib
parent
7b81271b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
0 deletions
+8
-0
backend/requirements.txt
backend/requirements.txt
+1
-0
pyproject.toml
pyproject.toml
+1
-0
requirements-dev.lock
requirements-dev.lock
+3
-0
requirements.lock
requirements.lock
+3
-0
No files found.
backend/requirements.txt
View file @
a842d8d6
...
...
@@ -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
...
...
pyproject.toml
View file @
a842d8d6
...
...
@@ -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"
,
...
...
requirements-dev.lock
View file @
a842d8d6
...
...
@@ -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
...
...
requirements.lock
View file @
a842d8d6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment