Skip to content

Commit

Permalink
Allow click v8.0 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Oct 7, 2018
1 parent d979e69 commit 9bbe333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@ def read(*paths):
NAME = PACKAGE.replace('_', '-')
INSTALL_REQUIRES = [
'six>=1.10,<2.0',
'click>=6.7,<7.0',
'click>=6.7,<8.0',
'requests>=2.8,<3.0',
'cchardet>=1.0,<2.0',
'jsonschema>=2.5,<3.0',
Expand Down

0 comments on commit 9bbe333

Please sign in to comment.