Skip to content

Commit a915502

Browse files
authored
Merge pull request #44 from LedgerHQ/deps/update
[update] Click >= 7.0 to >= 8.0
2 parents 690dccb + b422f79 commit a915502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def get_version(rel_path):
3232
long_description=long_description,
3333
long_description_content_type="text/markdown",
3434
install_requires=[
35-
"click>=7.0",
35+
"click>=8.0",
3636
"construct>=2.10",
3737
"cryptography>=2.5",
3838
"ecdsa",

0 commit comments

Comments
 (0)