Theflame47 commited on
Commit
c7988d3
·
verified ·
1 Parent(s): f9a1dd8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- faicons
2
- shiny
3
- shinywidgets
4
- plotly
5
- pandas
6
- ridgeplot
 
 
 
1
+ fastapi==0.115.5
2
+ uvicorn==0.32.0
3
+ shiny==0.10.2
4
+ shinywidgets==0.3.2
5
+ faicons==0.2.2
6
+ plotly==5.24.1
7
+ ridgeplot==0.1.24
8
+ requests==2.32.3