Skip to content

Commit

Permalink
Require click version >=7 (rytilahti#503)
Browse files Browse the repository at this point in the history
The command line interface is different for versions <7 (underscores instead of dash, see pallets/click#1123). The documentation only documents the commands with dash. So click>=7 is required.
  • Loading branch information
fvollmer authored and rytilahti committed Apr 25, 2019
1 parent 09500e8 commit d5e2381
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 @@ -46,7 +46,7 @@ def readme():

install_requires=[
'construct',
'click',
'click>=7',
'cryptography',
'zeroconf',
'attrs',
Expand Down

0 comments on commit d5e2381

Please sign in to comment.