From 085a9a245b6bccdffc3f4b6c0ee31a2a1b394adb Mon Sep 17 00:00:00 2001 From: shoulinwei Date: Thu, 13 Apr 2023 13:58:37 +0800 Subject: [PATCH] rm reqs --- requirements.txt | 3 ++- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 31826ea..2a0925c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ grpcio>=1.28.1 -protobuf==3.9.0 +grpcio_tools>=1.28.1 +protobuf==3.9.0 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 85e8578..fa9deea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,5 +20,5 @@ python_requires = >=3.7 zip_safe = False setup_requires = setuptools_scm install_requires = - grpcio>=1.28.1 + grpcio==1.28.1 protobuf==3.9.0 \ No newline at end of file -- GitLab