Replace dependency on protoc with grpcio-tools

This change removes the dependency on platform provided protobuf tools
in favour of `grpcio-tools` dependency. This makes both development and
compiler use independent from platform dependencies.
This commit is contained in:
Arun Babu Neelicattu
2020-07-08 12:36:31 +02:00
committed by Bouke Versteegh
parent b2651335ce
commit 03211604bc
7 changed files with 179 additions and 95 deletions

View File

@@ -22,6 +22,7 @@ protobuf = { version = "^3.12.2", optional = true }
[tool.poetry.dev-dependencies]
black = "^19.10b0"
bpython = "^0.19"
grpcio-tools = "^1.30.0"
jinja2 = "^2.11.2"
mypy = "^0.770"
protobuf = "^3.12.2"