mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-04-29 01:35:50 +08:00
updated requirements
This commit is contained in:
@@ -1,10 +1,20 @@
|
||||
basicrpc==0.0.1
|
||||
bitcoin==1.1.36
|
||||
base58==0.2.2
|
||||
basicrpc==0.0.2
|
||||
bitcoin==1.1.39
|
||||
bitmerchant==0.1.8
|
||||
blockstore-client==0.0.10
|
||||
boto==2.38.0
|
||||
cachetools==1.1.5
|
||||
commontools==0.1.0
|
||||
ecdsa==0.13
|
||||
pybitcoin==0.9.5
|
||||
keychain==0.1.4
|
||||
pybitcoin==0.9.7
|
||||
pybitcointools==1.1.15
|
||||
python-bitcoinrpc==0.1
|
||||
requests==2.7.0
|
||||
requests==2.8.1
|
||||
six==1.10.0
|
||||
Twisted==15.5.0
|
||||
txJSON-RPC==0.3.1
|
||||
utilitybelt==0.2.6
|
||||
virtualchain==0.0.7
|
||||
zope.interface==4.1.3
|
||||
|
||||
@@ -56,7 +56,6 @@ class BlockstoreClientTest(unittest.TestCase):
|
||||
"""
|
||||
|
||||
resp = client.getinfo()
|
||||
pprint(resp)
|
||||
|
||||
if 'blocks' not in resp:
|
||||
raise ValueError('blocks not in response')
|
||||
|
||||
Reference in New Issue
Block a user