From 9c82788edb3c271453162af938f3f58d536e3791 Mon Sep 17 00:00:00 2001 From: zxl Date: Tue, 30 Aug 2022 09:06:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0grpcio,grpcio-tools=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b0b0336..1fe84c6 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup(name='pyscalebox', description='level 2 pipeline api:send_message_L2(body)', author='zhangxiaoli', author_email='zhangxiaoli@cnic.cn', - requires=['os','grpc'], # 定义依赖哪些模块 + requires=['os','grpcio','grpcio-tools'], # 定义依赖哪些模块 py_modules=['pyscalebox','control_pb2','control_pb2_grpc'], # 系统自动从当前目录开始找包 # packages=find_packages(), license="apache 3.0" -- GitLab