From b754c1d62fd5c72a9c4f81848655047891c4eaa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BF=8A=E4=BB=81?= Date: Wed, 1 May 2024 12:18:32 +0800 Subject: [PATCH] V3.1.4B-0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈俊仁 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7bcc771..2ac2232 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -PyQt5==5.15.9 -requests==2.31.0 -pyperclip~=1.8.2 \ No newline at end of file +PyQt5>=5.15.9 +requests>=2.31.0 +pyperclip>=1.8.2