From e32a7824c27c5ed94378f9d36d16437e780c372f Mon Sep 17 00:00:00 2001 From: David Sisson Date: Tue, 20 Feb 2024 12:11:24 -0800 Subject: [PATCH] See if we can add a protobuf-c dependency. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d70ac9..40d17ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = [{name = "Substrait contributors", email = "substrait@googlegroups.com license = {text = "Apache-2.0"} readme = "README.md" requires-python = ">=3.8.1" -dependencies = ["protobuf >= 3.20"] +dependencies = ["protobuf >= 3.20", "protobuf-c >= 3.20"] dynamic = ["version"] [tool.setuptools_scm]