diff --git a/setup.py b/setup.py index 92b92c3f..fb00f2d0 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( package_data={'datasette': ['templates/*.html']}, include_package_data=True, install_requires=[ - 'click==6.7', + 'click>=6.7', 'click-default-group==1.2', 'Sanic==0.7.0', 'Jinja2==2.10',