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 ab040cb commit e27a2b1Copy full SHA for e27a2b1
requirements.txt
@@ -3,4 +3,4 @@ PyYAML>=4.2b1
3
python-http-client>=3.2.1
4
six==1.11.0
5
pytest==3.8.2
6
-starkbank-ecdsa>=1.0.0,<2.0.0
+starkbank-ecdsa>=2.0.1
setup.py
@@ -11,7 +11,7 @@
11
def getRequires():
12
deps = [
13
'python_http_client>=3.2.1',
14
- 'starkbank-ecdsa>=1.0.0,<2.0.0'
+ 'starkbank-ecdsa>=2.0.1'
15
]
16
return deps
17
0 commit comments