Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
pandas
|
5 |
-
google.
|
6 |
-
gspread
|
7 |
-
plotly
|
8 |
-
|
|
|
1 |
+
streamlit==1.40.1
|
2 |
+
beautifulsoup4==4.12.3
|
3 |
+
requests==2.32.3
|
4 |
+
pandas==2.2.3
|
5 |
+
google-auth==2.22.0
|
6 |
+
gspread==5.9.0
|
7 |
+
plotly==5.17.0
|
8 |
+
|