Skip to content

Commit 443ee00

Browse files
authored
fix: add dependency to install requires (#914)
1 parent c0d09c9 commit 443ee00

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
exec(f.read())
1010

1111
def getRequires():
12-
deps = ['python_http_client>=3.2.1']
12+
deps = [
13+
'python_http_client>=3.2.1',
14+
'starkbank-ecdsa>=1.0.0'
15+
]
1316
return deps
1417

1518

0 commit comments

Comments
 (0)