Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
streamlit>=1.28.0
|
2 |
pandas>=1.5.0
|
3 |
-
numpy>=1.24.0
|
4 |
plotly>=5.15.0
|
|
|
5 |
openpyxl>=3.1.0
|
6 |
-
|
7 |
-
requests>=2.31.0
|
8 |
-
python-dateutil>=2.8.0
|
9 |
-
pyarrow>=12.0.0
|
|
|
1 |
streamlit>=1.28.0
|
2 |
pandas>=1.5.0
|
|
|
3 |
plotly>=5.15.0
|
4 |
+
numpy>=1.24.0
|
5 |
openpyxl>=3.1.0
|
6 |
+
xlsxwriter>=3.1.0
|
|
|
|
|
|