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:
committed by
Bouke Versteegh
parent
b2651335ce
commit
03211604bc
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user