Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.31.0
|
| 2 |
+
pandas==2.1.4
|
| 3 |
+
numpy==1.26.2
|
| 4 |
+
requests==2.31.0
|
| 5 |
+
beautifulsoup4==4.12.2
|
| 6 |
+
folium==0.15.1
|
| 7 |
+
streamlit-folium==0.15.0
|
| 8 |
+
plotly==5.18.0
|
| 9 |
+
python-dotenv==1.0.0
|
| 10 |
+
geopy==2.4.1
|
| 11 |
+
lxml==4.9.3
|