Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas==1.4.3
|
2 |
+
streamlit==1.12.0
|
3 |
+
geopy==2.2.0
|
4 |
+
scikit-learn==1.0.2
|
5 |
+
numpy==1.21.5
|
6 |
+
python-geohash==0.8.5
|
7 |
+
requests==2.27.1
|
8 |
+
beautifulsoup4==4.11.1
|
9 |
+
urllib3==1.26.9
|