Skip to content

Commit

Permalink
Update click dep upper bound to include latest
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed May 28, 2016
1 parent ddb1185 commit 6f08fe9
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 @@ -15,7 +15,7 @@
version=__version__,
license='Apache License 2.0',
install_requires=[
'click>=5.1,<6.0',
'click>=5.1,<7.0',
'colorama>=0.3.3,<1.0.0',
'requests>=2.4.3,<3.0.0',
'pygments>=2.0.2,<3.0.0',
Expand Down

0 comments on commit 6f08fe9

Please sign in to comment.