poetry changes to help force installing grpcio from binary packages, causing long build times on centos
This commit is contained in:
parent
626b977505
commit
fe362a10d6
2 changed files with 91 additions and 67 deletions
|
@ -8,7 +8,7 @@ authors = []
|
|||
python = "^3.6"
|
||||
dataclasses = { version = "*", python = "3.6" }
|
||||
fabric = "*"
|
||||
grpcio = "*"
|
||||
grpcio = "1.27.2"
|
||||
invoke = "*"
|
||||
lxml = "*"
|
||||
mako = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue