From 02191b7d586a140cc8e41782cde977dc322baf1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Wed, 29 May 2024 10:32:57 -0700 Subject: [PATCH] pyproject: add protobuf dependency --- linux-py3.10-requirements.txt | 5 +++-- macos-py3.10-requirements.txt | 1 + pyproject.toml | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/linux-py3.10-requirements.txt b/linux-py3.10-requirements.txt index 204a0e932..d3687c17e 100644 --- a/linux-py3.10-requirements.txt +++ b/linux-py3.10-requirements.txt @@ -42,7 +42,7 @@ coloredlogs==15.0.1 # via onnxruntime ctranslate2==4.2.1 # via faster-whisper -daily-python==0.9.0 +daily-python==0.9.1 # via pipecat-ai (pyproject.toml) distro==1.9.0 # via @@ -226,6 +226,7 @@ protobuf==4.25.3 # googleapis-common-protos # grpcio-status # onnxruntime + # pipecat-ai (pyproject.toml) # proto-plus # pyht pyasn1==0.6.0 @@ -259,7 +260,7 @@ pyyaml==6.0.1 # transformers regex==2024.5.15 # via transformers -requests==2.32.2 +requests==2.32.3 # via # google-api-core # huggingface-hub diff --git a/macos-py3.10-requirements.txt b/macos-py3.10-requirements.txt index 35ddcd8b6..e6f91d0f9 100644 --- a/macos-py3.10-requirements.txt +++ b/macos-py3.10-requirements.txt @@ -208,6 +208,7 @@ protobuf==4.25.3 # googleapis-common-protos # grpcio-status # onnxruntime + # pipecat-ai (pyproject.toml) # proto-plus # pyht pyasn1==0.6.0 diff --git a/pyproject.toml b/pyproject.toml index f52db355a..b4ad2c798 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ dependencies = [ "numpy~=1.26.4", "loguru~=0.7.0", "Pillow~=10.3.0", + "protobuf~=4.25.3", "pyloudnorm~=0.1.1", "typing-extensions~=4.11.0", ]