From e9a3b458713d384cda62825c0f40d39126e2da52 Mon Sep 17 00:00:00 2001 From: Colas Geier Date: Mon, 11 Oct 2021 15:57:35 +0200 Subject: [PATCH] setup update requires --- setup.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c31e877..7ec6eef 100644 --- a/setup.py +++ b/setup.py @@ -21,9 +21,12 @@ else: INSTALL_REQUIRES = [ "pandas >= 0.25.0", "shapely >= 1.6", - "fiona >= 1.8", - "pyproj >= 2.2.0", "geopandas >= 0.8,<0.10", + "sqlalchemy >= 1.3.23", + "rasterstats >= 0.15.0", + "rasterio >= 1.2.0", + "requests >= 2.9.1", + "owslib >= 0.24.1", ] data_files = []