Skip to content

Commit 443ee00

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
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)