Skip to content

Commit

Permalink
See if we can add a protobuf-c dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Feb 20, 2024
1 parent 595f7da commit e32a782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e32a782

Please sign in to comment.