Skip to content

Commit

Permalink
chore: pin starkbank-ecdsa version (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanholtz authored Oct 11, 2021
1 parent 77ae5f5 commit 01b7292
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 @@ -11,7 +11,7 @@
def getRequires():
deps = [
'python_http_client>=3.2.1',
'starkbank-ecdsa>=1.0.0'
'starkbank-ecdsa>=1.0.0,<2.0.0'
]
return deps

Expand Down

0 comments on commit 01b7292

Please sign in to comment.