Skip to content

Commit e1ed323

Browse files
chore: update ecdsa in setup.py (#1102)
1 parent 2acb010 commit e1ed323

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
@@ -10,7 +10,7 @@
1010
def getRequires():
1111
deps = [
1212
'python_http_client>=3.2.1',
13-
'starkbank-ecdsa>=2.0.1',
13+
'ecdsa>=0.19.1,<1',
1414
"werkzeug>=0.11.15,<1.0.0 ; python_version < '3.0'",
1515
"werkzeug>=0.15.0,<2.0.0 ; python_version >= '3.0' and python_version < '3.6'",
1616
"werkzeug>=2.0.0,<3.0.0 ; python_version >= '3.6' and python_version < '3.11'",

0 commit comments

Comments
 (0)