From 09b0a3adb92e19ae9fd8f421285e09a3cc0d7f7c Mon Sep 17 00:00:00 2001 From: nesnoj Date: Thu, 29 Aug 2019 10:15:14 +0200 Subject: [PATCH] add shapely and python-dateutil to reqs in setup.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa5809c..bc27e11 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,9 @@ 'sqlalchemy >= 1.2.0', 'requests >= 2.13', 'psycopg2-binary', - 'geoalchemy2' + 'geoalchemy2', + 'shapely', + 'python-dateutil' ], keywords=['postgres', 'open', 'energy', 'database', 'sql', 'rest'], entry_points={