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:
2026-06-18 20:31:17 +02:00
co-authored by Claude Sonnet 4.6
parent 2566140c2b
commit ed53b0e151
+2 -1
View File
@@ -1 +1,2 @@
pyqt5
pyqt5
websockets==10.4