From 25366c834642c21197dea86be5116584b8800459 Mon Sep 17 00:00:00 2001 From: Sohel Date: Wed, 20 Nov 2024 16:19:58 +0100 Subject: [PATCH] added websocket to the requirements --- plotter-app/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/plotter-app/requirements.txt b/plotter-app/requirements.txt index 076168d..55336d7 100644 --- a/plotter-app/requirements.txt +++ b/plotter-app/requirements.txt @@ -22,3 +22,4 @@ PyYAML==6.0.2 six==1.16.0 svg-to-gcode==1.5.4 Werkzeug==3.1.3 +websocket-client