From 5b594231772adde617a1e66b5a19949da71708ba Mon Sep 17 00:00:00 2001 From: alderhilldigital Date: Wed, 9 Jan 2019 16:07:43 +0000 Subject: [PATCH] Set Click fixed to 6.7 as required by Goodtables Tried the installation from scratch and came across this issue. Fixed by setting specific version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0fec267..8886e22 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ 'sphinx-commands': ['sphinx'] }, install_requires=[ - 'Click', + 'Click==6.7', 'fiona', 'shapely', 'geojson_utils',