We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acb010 commit e1ed323Copy full SHA for e1ed323
setup.py
@@ -10,7 +10,7 @@
10
def getRequires():
11
deps = [
12
'python_http_client>=3.2.1',
13
- 'starkbank-ecdsa>=2.0.1',
+ 'ecdsa>=0.19.1,<1',
14
"werkzeug>=0.11.15,<1.0.0 ; python_version < '3.0'",
15
"werkzeug>=0.15.0,<2.0.0 ; python_version >= '3.0' and python_version < '3.6'",
16
"werkzeug>=2.0.0,<3.0.0 ; python_version >= '3.6' and python_version < '3.11'",
0 commit comments