From 1ebb3bbae64821013ff3687d7d13df416b79bce7 Mon Sep 17 00:00:00 2001 From: rhilfers Date: Mon, 25 Jan 2021 14:23:31 -0800 Subject: [PATCH] fix typo in setup.py for pip 21.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2bb9e59..e43a225 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "requests>=2.19,<3.0", "requests-futures>=0.9.9,<1.0", "protobuf>=3.11.2,<4.0", - "grpcio>=1.26.0,<2.0]"], + "grpcio>=1.26.0,<2.0"], tests_require=["mock", "nose", "pytest",