From 1540ea12915570c8ccbc39508c16aebe32af8ffc Mon Sep 17 00:00:00 2001 From: MRXLT Date: Wed, 2 Sep 2020 11:39:39 +0800 Subject: [PATCH] add requests required --- python/setup.py.client.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py.client.in b/python/setup.py.client.in index bcedc415..1c0a2a7b 100644 --- a/python/setup.py.client.in +++ b/python/setup.py.client.in @@ -50,7 +50,7 @@ if '${PACK}' == 'ON': REQUIRED_PACKAGES = [ 'six >= 1.10.0', 'protobuf >= 3.11.0', 'numpy >= 1.12', 'grpcio >= 1.28.1', - 'grpcio-tools >= 1.28.1' + 'grpcio-tools >= 1.28.1', 'requests' ] if not util.find_package("paddlepaddle") and not util.find_package("paddlepaddle-gpu"): -- GitLab