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',