poetry changes to help force installing grpcio from binary packages, causing long build times on centos

This commit is contained in:
Blake Harnden 2020-07-10 12:05:11 -07:00
parent 626b977505
commit fe362a10d6
2 changed files with 91 additions and 67 deletions

View file

@ -8,7 +8,7 @@ authors = []
python = "^3.6"
dataclasses = { version = "*", python = "3.6" }
fabric = "*"
grpcio = "*"
grpcio = "1.27.2"
invoke = "*"
lxml = "*"
mako = "*"