From cd80183b995e1cd47581cdc93d6ab9dad6301fd7 Mon Sep 17 00:00:00 2001 From: mtravis Date: Thu, 19 Oct 2023 20:54:57 +0100 Subject: [PATCH] added osmnx to requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 56110fd..3f5f010 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ click duckdb pandas geopandas +osmnx shapely openlocationcode tabulate