From aff02c3d46f3c638458e8859be0316a57e1441e1 Mon Sep 17 00:00:00 2001 From: Colas Geier Date: Mon, 11 Oct 2021 16:01:24 +0200 Subject: [PATCH] setup update requires --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7ec6eef..2042ff9 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ else: "pandas >= 0.25.0", "shapely >= 1.6", "geopandas >= 0.8,<0.10", + "geoalchemy2 >= 0.8.4", "sqlalchemy >= 1.3.23", "rasterstats >= 0.15.0", "rasterio >= 1.2.0",