update requirements
This commit is contained in:
@@ -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/`.
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
requests==2.26.0
|
||||
websocket-client==1.1.0
|
||||
pyqt6==6.1.1
|
||||
requests==2.27.1
|
||||
websocket-client==1.2.3
|
||||
pyqt6==6.2.3
|
||||
Reference in New Issue
Block a user