force grpcio related installations to all use the same version to avoid any version conflicts

This commit is contained in:
Blake Harnden 2020-07-13 08:58:32 -07:00
parent 5c58e99ad4
commit dcf3568098
4 changed files with 5 additions and 6 deletions

View file

@ -21,7 +21,7 @@ pyyaml = "*"
[tool.poetry.dev-dependencies]
black = "==19.3b0"
flake8 = "*"
grpcio-tools = "*"
grpcio-tools = "1.27.2"
isort = "*"
mock = "*"
pre-commit = "*"