mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 16:59:42 +00:00
Merge pull request #6235 from tklk-forks/add-python-dep
chore: add googleapis-common-protos dep
This commit is contained in:
commit
de442792ca
@ -90,3 +90,5 @@ duckduckgo-search~=6.2.13
|
||||
docker~=7.1.0
|
||||
pytest~=8.3.2
|
||||
pytest-docker~=3.1.1
|
||||
|
||||
googleapis-common-protos=1.63.2
|
||||
|
@ -54,7 +54,6 @@ dependencies = [
|
||||
"colbert-ai==0.2.21",
|
||||
"einops==0.8.0",
|
||||
|
||||
|
||||
"ftfy==6.2.3",
|
||||
"pypdf==4.3.1",
|
||||
"xhtml2pdf==0.2.16",
|
||||
@ -94,7 +93,9 @@ dependencies = [
|
||||
|
||||
"docker~=7.1.0",
|
||||
"pytest~=8.3.2",
|
||||
"pytest-docker~=3.1.1"
|
||||
"pytest-docker~=3.1.1",
|
||||
|
||||
"googleapis-common-protos=1.63.2"
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">= 3.11, < 3.12.0a1"
|
||||
|
Loading…
Reference in New Issue
Block a user