From 4a3ce89c7a308cb489946abb0760a2bda86326e0 Mon Sep 17 00:00:00 2001 From: AD Date: Tue, 29 Jan 2019 08:39:24 +0100 Subject: [PATCH] fix: update list of dependencies --- setup.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2de968..0c57228 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,17 @@ install_requires=[ 'shapely', 'emoji', - 'hdbscan' + 'hdbscan', + 'fiona', + 'numpy', + 'pandas', + 'attr', + 'pyproj', + 'matplotlib', + 'seaborn', + 'descartes', + 'regex' + ], entry_points={ 'console_scripts': [