pyproject: add protobuf dependency
This commit is contained in:
@@ -42,7 +42,7 @@ coloredlogs==15.0.1
|
|||||||
# via onnxruntime
|
# via onnxruntime
|
||||||
ctranslate2==4.2.1
|
ctranslate2==4.2.1
|
||||||
# via faster-whisper
|
# via faster-whisper
|
||||||
daily-python==0.9.0
|
daily-python==0.9.1
|
||||||
# via pipecat-ai (pyproject.toml)
|
# via pipecat-ai (pyproject.toml)
|
||||||
distro==1.9.0
|
distro==1.9.0
|
||||||
# via
|
# via
|
||||||
@@ -226,6 +226,7 @@ protobuf==4.25.3
|
|||||||
# googleapis-common-protos
|
# googleapis-common-protos
|
||||||
# grpcio-status
|
# grpcio-status
|
||||||
# onnxruntime
|
# onnxruntime
|
||||||
|
# pipecat-ai (pyproject.toml)
|
||||||
# proto-plus
|
# proto-plus
|
||||||
# pyht
|
# pyht
|
||||||
pyasn1==0.6.0
|
pyasn1==0.6.0
|
||||||
@@ -259,7 +260,7 @@ pyyaml==6.0.1
|
|||||||
# transformers
|
# transformers
|
||||||
regex==2024.5.15
|
regex==2024.5.15
|
||||||
# via transformers
|
# via transformers
|
||||||
requests==2.32.2
|
requests==2.32.3
|
||||||
# via
|
# via
|
||||||
# google-api-core
|
# google-api-core
|
||||||
# huggingface-hub
|
# huggingface-hub
|
||||||
|
|||||||
@@ -208,6 +208,7 @@ protobuf==4.25.3
|
|||||||
# googleapis-common-protos
|
# googleapis-common-protos
|
||||||
# grpcio-status
|
# grpcio-status
|
||||||
# onnxruntime
|
# onnxruntime
|
||||||
|
# pipecat-ai (pyproject.toml)
|
||||||
# proto-plus
|
# proto-plus
|
||||||
# pyht
|
# pyht
|
||||||
pyasn1==0.6.0
|
pyasn1==0.6.0
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ dependencies = [
|
|||||||
"numpy~=1.26.4",
|
"numpy~=1.26.4",
|
||||||
"loguru~=0.7.0",
|
"loguru~=0.7.0",
|
||||||
"Pillow~=10.3.0",
|
"Pillow~=10.3.0",
|
||||||
|
"protobuf~=4.25.3",
|
||||||
"pyloudnorm~=0.1.1",
|
"pyloudnorm~=0.1.1",
|
||||||
"typing-extensions~=4.11.0",
|
"typing-extensions~=4.11.0",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user