add protobuf to package deps

This commit is contained in:
Mike Kalange 2024-05-21 16:02:57 -06:00
parent 324ec1e8fd
commit 59c4b7046a

View File

@ -8,6 +8,7 @@ packages = [{include = "rbproto"}]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.10,<3.12" python = ">=3.10,<3.12"
protobuf = "^4.25.3"
[build-system] [build-system]