Pin websockets==10.4 in client requirements
ws/client/ws_client.py calls websockets.connect(uri, loop=self.loop), which the current websockets release (16.0) no longer accepts. Pin to the same version already used server-side. PyQt5.Qwt, also required by client/brewpi_win.py, isn't pip-installable and must come from the python3-pyqt5.qwt system package. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
pyqt5
|
||||
pyqt5
|
||||
websockets==10.4
|
||||
Reference in New Issue
Block a user