Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,6 @@ streamlit==1.50.0
|
|
| 2 |
pandas==2.3.3
|
| 3 |
plotly==6.3.1
|
| 4 |
datasets==4.1.1
|
| 5 |
-
matplotlib==3.10.6
|
|
|
|
|
|
|
|
|
| 2 |
pandas==2.3.3
|
| 3 |
plotly==6.3.1
|
| 4 |
datasets==4.1.1
|
| 5 |
+
matplotlib==3.10.6
|
| 6 |
+
uvicorn==0.37.0
|
| 7 |
+
fastapi==0.118.0
|