Skip to content

Commit 463c836

Browse files
Add missing cryptography dependency (#6)
1 parent 687ccc0 commit 463c836

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
dependencies = [
2222
"argparse",
2323
"asyncio",
24+
"cryptography",
2425
"secp256k1",
2526
"websockets"
2627
]

0 commit comments

Comments
 (0)