We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 044753b + 86935a2 commit cce46f5Copy full SHA for cce46f5
requirements.txt
@@ -1,5 +1,5 @@
1
base58check>=1.0.2,<2.0
2
-ecdsa==0.17.0
+ecdsa==0.18.0
3
sympy>=1.2,<2.0
4
python-bitcoinrpc>=1.0,<2.0
5
hdwallet==2.2.1
setup.py
@@ -21,7 +21,7 @@
21
keywords='bitcoin library utilities tools',
22
install_requires=[
23
'base58check>=1.0.2,<2.0',
24
- 'ecdsa==0.17.0',
+ 'ecdsa==0.18.0',
25
'sympy>=1.2,<2.0',
26
'python-bitcoinrpc>=1.0,<2.0',
27
'hdwallet==2.2.1'
0 commit comments