remove websocket-client dependency in favor of QWebSocket

This commit is contained in:
dries.k
2023-08-05 16:36:12 +02:00
parent 6b5434978b
commit db8bfc0f44
5 changed files with 94 additions and 126 deletions

View File

@@ -15,7 +15,7 @@ with open("version.txt", "r") as f:
# What packages are required for this module to be executed?
REQUIRED = [
'requests==2.31.0', 'pyqt6==6.5.1', 'websocket-client==1.5.2'
'requests==2.31.0', 'pyqt6==6.5.1'
]
# What packages are optional?