Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
streamlit
|
| 2 |
osmnx
|
| 3 |
-
geopy
|
| 4 |
networkx
|
| 5 |
geopandas
|
| 6 |
-
pandas
|
| 7 |
-
matplotlib
|
| 8 |
folium
|
| 9 |
shapely
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
streamlit-folium
|
|
|
|
| 1 |
streamlit
|
| 2 |
osmnx
|
|
|
|
| 3 |
networkx
|
| 4 |
geopandas
|
|
|
|
|
|
|
| 5 |
folium
|
| 6 |
shapely
|
| 7 |
+
geopy
|
| 8 |
+
pandas
|
| 9 |
+
numpy
|
| 10 |
+
scipy
|
| 11 |
+
plotly
|
| 12 |
streamlit-folium
|