pyproject: add protobuf dependency

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-29 10:32:57 -07:00
parent 291c39efc4
commit 02191b7d58
3 changed files with 5 additions and 2 deletions

View File

@@ -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",
]