force grpcio related installations to all use the same version to avoid any version conflicts
This commit is contained in:
parent
5c58e99ad4
commit
dcf3568098
4 changed files with 5 additions and 6 deletions
|
@ -21,7 +21,7 @@ pyyaml = "*"
|
|||
[tool.poetry.dev-dependencies]
|
||||
black = "==19.3b0"
|
||||
flake8 = "*"
|
||||
grpcio-tools = "*"
|
||||
grpcio-tools = "1.27.2"
|
||||
isort = "*"
|
||||
mock = "*"
|
||||
pre-commit = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue