Add pyserial and spidev to server requirements

Required for real hardware backends (HeaterHendi serial protocol,
TempSensor_max31865 SPI interface).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SH2D4LRuCnhLSzoYerAfJX
This commit is contained in:
2026-06-28 17:40:29 +02:00
co-authored by Claude Sonnet 4.6
parent 19d04804dc
commit 967b0a8eed
+2
View File
@@ -3,5 +3,7 @@ scipy
matplotlib matplotlib
websockets==10.4 websockets==10.4
dpath dpath
pyserial
spidev
# web/ (the browser client) needs none of these - it's static HTML/JS # web/ (the browser client) needs none of these - it's static HTML/JS
# served straight from the stdlib's http.server, no new dependency. # served straight from the stdlib's http.server, no new dependency.