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

2
daemon/poetry.lock generated
View file

@ -602,7 +602,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["jaraco.itertools", "func-timeout"]
[metadata]
content-hash = "260c6612feb7c884d03b3b98e5fb22ad4d06a58559876f239bd5c677d14a7ba1"
content-hash = "94df87a12a92ccb6512e4c30965e7ba1fe54b4fa3ff75827ca55b3de8472b30e"
python-versions = "^3.6"
[metadata.files]

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 = "*"