diff --git a/.gitignore b/.gitignore index 67235ef..4b2b346 100644 --- a/.gitignore +++ b/.gitignore @@ -225,3 +225,6 @@ spas-data/* scripts/start.sh test* .vscode* + +processing_results* +plots* \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index b88a936..d5b67c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,7 @@ pyserial==3.5 -websockets==15.0.1 +uvicorn[standard]==0.37.0 +fastapi==0.117.1 +numpy==2.3.3 +matplotlib==3.10.6 +plotly==6.3.0 # ??? kaleido==1.1.0 \ No newline at end of file