Add new dependencies for future use
Browse filesPlan is to rewrite it in Flask, and not using penguins and charts and stuff
- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -3,3 +3,5 @@ shinyswatch==0.6.1
|
|
3 |
seaborn==0.12.2
|
4 |
matplotlib==3.7.1
|
5 |
numpy<2
|
|
|
|
|
|
3 |
seaborn==0.12.2
|
4 |
matplotlib==3.7.1
|
5 |
numpy<2
|
6 |
+
flask
|
7 |
+
websockets
|