Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.22.0
|
| 2 |
+
pandas>=1.5.3
|
| 3 |
+
numpy>=1.24.3
|
| 4 |
+
requests>=2.28.2
|
| 5 |
+
plotly>=5.14.1
|
| 6 |
+
folium>=0.14.0
|
| 7 |
+
streamlit-folium>=0.11.1
|
| 8 |
+
python-dateutil>=2.8.2
|
| 9 |
+
pytz>=2023.3
|
| 10 |
+
pillow>=9.5.0
|