Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,8 @@ shiny
|
|
| 3 |
shinywidgets
|
| 4 |
plotly
|
| 5 |
pandas
|
| 6 |
-
ridgeplot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
shinywidgets
|
| 4 |
plotly
|
| 5 |
pandas
|
| 6 |
+
ridgeplot
|
| 7 |
+
fastapi==0.115.2
|
| 8 |
+
uvicorn[standard]==0.30.6
|
| 9 |
+
httpx==0.27.2
|
| 10 |
+
websockets==12.0
|