From 18fa422c793ff3f4fb2cf7c3cf64cebfbafb7903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=91=E8=B4=A8?= Date: Thu, 30 Nov 2023 17:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A7=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 6 +++--- requirements_pure.txt | 6 +++--- requirements_win.txt | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index e8f92b30..0eb3d01b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,6 +25,6 @@ prompt_toolkit regex rich filetype -grpcio -grpcio-tools -protobuf +grpcio==1.51.3 +grpcio-tools==1.51.3 +protobuf==4.24.4 diff --git a/requirements_pure.txt b/requirements_pure.txt index 8e85c3b7..f98239a1 100644 --- a/requirements_pure.txt +++ b/requirements_pure.txt @@ -16,6 +16,6 @@ brotli pyjson5 pywebview filetype -grpcio -grpcio-tools -protobuf +grpcio==1.51.3 +grpcio-tools==1.51.3 +protobuf==4.24.4 diff --git a/requirements_win.txt b/requirements_win.txt index a3a372ff..35ccf182 100644 --- a/requirements_win.txt +++ b/requirements_win.txt @@ -27,6 +27,6 @@ regex rich pywebview filetype -grpcio -grpcio-tools -protobuf +grpcio==1.51.3 +grpcio-tools==1.51.3 +protobuf==4.24.4