summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-07-24 07:10:51 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-07-24 07:10:51 -0700
commit72deaa1432c4a4f93e00d6ae2383bbb908008892 (patch)
tree287b5262b72d98b1875a865f04415c7a174068f3
parent877c0919d93940bfa6d1f5cfc5126214179cbd59 (diff)
Bump up click version to address #288
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 53370456..64fa8c86 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(
description=description,
long_description=open('README.rst').read(),
install_requires=[
- 'click >= 3.2',
+ 'click >= 4.1',
'Pygments >= 2.0', # Pygments has to be Capitalcased. WTF?
'prompt_toolkit==0.42',
'psycopg2 >= 2.5.4',