From f5f2e2b7b6e8d1bd91c6aec2883f73aaaa7a5d00 Mon Sep 17 00:00:00 2001 From: "dries.k" Date: Wed, 2 Feb 2022 17:49:58 +0100 Subject: [PATCH] update requirements --- README.md | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f7173c..7283662 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ $ python entry_point.py ### Create a pyinstaller executable ``` -$ pip install pyinstaller==4.4 +$ pip install pyinstaller $ pyinstaller gotify-tray.spec ``` An executable is created at `dist/gotify-tray/`. diff --git a/requirements.txt b/requirements.txt index 3cd3315..dba3972 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -requests==2.26.0 -websocket-client==1.1.0 -pyqt6==6.1.1 \ No newline at end of file +requests==2.27.1 +websocket-client==1.2.3 +pyqt6==6.2.3 \ No newline at end of file