From 66cf26be4d5bb28be6de42ee447bcd5ef4e5274c Mon Sep 17 00:00:00 2001 From: zky2020 <3439415903@qq.comm> Date: Sat, 3 Jun 2023 17:18:51 +0800 Subject: [PATCH 1/2] the first commit form zky --- src/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.py b/src/main.py index e96bc01..ddafd47 100644 --- a/src/main.py +++ b/src/main.py @@ -5,3 +5,4 @@ if __name__ == '__main__': mw = MainWindow() mw.show() sys.exit(app.exec()) + From 98844b2f2734be6a5ae9ed6ba43cabf7675d51d7 Mon Sep 17 00:00:00 2001 From: zky2020 <3439415903@qq.comm> Date: Sun, 4 Jun 2023 10:33:21 +0800 Subject: [PATCH 2/2] version update --- src/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index 421fb93..ee387ab 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ -psycopg2==2.9.6 -PyQt6==6.5.0 -PyQt6-Qt6==6.5.0 -PyQt6-sip==13.5.1 +psycopg2 +PyQt6 +PyQt6-Qt6 +PyQt6-sip