From 22e303e8d2825ddb4db15575a1a1927e384be4d1 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Wed, 22 Apr 2020 18:09:55 +0300 Subject: [PATCH] Pin grpcio version --- dev-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6296fdd..70a10ac 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,4 +2,5 @@ pytest pytest-cov pytest-mock codecov -pytoml \ No newline at end of file +pytoml +grpcio==1.27.* \ No newline at end of file