Skip to content

Commit

Permalink
Merge pull request #44 from LedgerHQ/deps/update
Browse files Browse the repository at this point in the history
[update] Click >= 7.0 to >= 8.0
  • Loading branch information
jibeee authored Sep 12, 2022
2 parents 690dccb + b422f79 commit a915502
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 @@ -32,7 +32,7 @@ def get_version(rel_path):
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=[
"click>=7.0",
"click>=8.0",
"construct>=2.10",
"cryptography>=2.5",
"ecdsa",
Expand Down

0 comments on commit a915502

Please sign in to comment.