Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
dash
|
2 |
+
dash-bootstrap-components
|
3 |
+
pandas
|
4 |
+
numpy
|
5 |
+
plotly
|
6 |
+
geopy
|
7 |
+
vincenty
|
8 |
+
duckdb
|
9 |
+
requests
|
10 |
+
python-dotenv
|