Skip to content

Commit

Permalink
Bump min click version to 7 to fix option name order bug (pallets/cli…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Barrett committed Mar 20, 2019
1 parent c4562cc commit eb4c376
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 @@ -37,7 +37,7 @@ def get_version():
),
},
install_requires=(
'click>=2',
'click>=7',
'docker>=2',
'docker-compose',
'pyyaml',
Expand Down

0 comments on commit eb4c376

Please sign in to comment.