Merge pull request #6235 from tklk-forks/add-python-dep

chore: add googleapis-common-protos dep
This commit is contained in:
Timothy Jaeryang Baek 2024-10-16 12:13:21 -07:00 committed by GitHub
commit de442792ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -90,3 +90,5 @@ duckduckgo-search~=6.2.13
docker~=7.1.0 docker~=7.1.0
pytest~=8.3.2 pytest~=8.3.2
pytest-docker~=3.1.1 pytest-docker~=3.1.1
googleapis-common-protos=1.63.2

View File

@ -54,7 +54,6 @@ dependencies = [
"colbert-ai==0.2.21", "colbert-ai==0.2.21",
"einops==0.8.0", "einops==0.8.0",
"ftfy==6.2.3", "ftfy==6.2.3",
"pypdf==4.3.1", "pypdf==4.3.1",
"xhtml2pdf==0.2.16", "xhtml2pdf==0.2.16",
@ -94,7 +93,9 @@ dependencies = [
"docker~=7.1.0", "docker~=7.1.0",
"pytest~=8.3.2", "pytest~=8.3.2",
"pytest-docker~=3.1.1" "pytest-docker~=3.1.1",
"googleapis-common-protos=1.63.2"
] ]
readme = "README.md" readme = "README.md"
requires-python = ">= 3.11, < 3.12.0a1" requires-python = ">= 3.11, < 3.12.0a1"