Skip to content

Commit

Permalink
Fix for click
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 5, 2019
1 parent 87e4468 commit 8556d74
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 @@ -81,7 +81,7 @@ def get_git_commit_datetime() -> str:
REQUIRES = [
'aiohttp>=3.5.4,<4',
'click-log>=0.3.2,<0.4',
'click==7.0,<8',
'click>=7.0,<8',
'dateparser>=0.7.1,<0.8',
'jinja2>=2.10',
'jsonpath-rw>=1.4.0,<2',
Expand Down

0 comments on commit 8556d74

Please sign in to comment.