Skip to content

Commit

Permalink
Update clicks requirement in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin authored Aug 7, 2017
1 parent 8244b89 commit 04258d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_version():


def get_dependencies():
deps = ['redis >= 2.7.0', 'click >= 3.0']
deps = ['redis >= 2.7.0', 'click >= 5.0']
if sys.version_info < (2, 7) or \
(sys.version_info >= (3, 0) and sys.version_info < (3, 1)):
deps += ['importlib']
Expand Down

0 comments on commit 04258d9

Please sign in to comment.