Upload requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=0.69
|
2 |
+
streamlit-echarts>=0.4.0
|
3 |
+
openpyxl
|
4 |
+
pandas==1.2.4
|
5 |
+
folium==0.12.1.post1
|
6 |
+
streamlit==1.10.0
|
7 |
+
streamlit_folium==0.6.13
|