aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 847a17f9..01dc2ae7 100644
--- a/setup.py
+++ b/setup.py
@@ -38,6 +38,7 @@ dev_deps = {
"nose>=1.3.0",
"nose-cov>=1.6",
"coveralls>=0.4.1",
+ "click>=4.1",
"pathod>=%s, <%s" % (version.MINORVERSION, version.NEXT_MINORVERSION),
"countershape"
}