From 0028e46376e4e76178cff3805fe6c56630aeb5f5 Mon Sep 17 00:00:00 2001 From: Woochanlee Date: Thu, 30 Jun 2022 15:12:17 +0900 Subject: [PATCH] Delete requirement packages version Change-Id: Ia1bcfd5b8f6ca7614d60977087d8dba63e948973 --- protocol/resources/python/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/protocol/resources/python/requirements.txt b/protocol/resources/python/requirements.txt index 3a80b3b..2fef712 100644 --- a/protocol/resources/python/requirements.txt +++ b/protocol/resources/python/requirements.txt @@ -1,4 +1,4 @@ -grpcio==1.23.0 -grpcio-tools==1.23.0 -protobuf==3.9.1 -six==1.12.0 +grpcio +grpcio-tools +protobuf +six -- 2.34.1