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