diff --git a/python/setup.py.client.in b/python/setup.py.client.in index bcedc41599399762b4b838b6d89eb7adaef23800..1c0a2a7baa05792b8b79f6e634f509039884f858 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"):