Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
streamlit>=1.28.0
|
| 3 |
+
pandas>=2.0.0
|
| 4 |
+
plotly>=5.15.0
|
| 5 |
+
numpy>=1.24.0
|
| 6 |
+
openpyxl>=3.1.0
|
| 7 |
+
xlrd>=2.0.0
|