updated requirements

This commit is contained in:
Muneeb Ali
2015-12-10 15:21:04 -05:00
parent 048e41cba7
commit a73c97b077
2 changed files with 14 additions and 5 deletions

View File

@@ -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

View File

@@ -56,7 +56,6 @@ class BlockstoreClientTest(unittest.TestCase):
"""
resp = client.getinfo()
pprint(resp)
if 'blocks' not in resp:
raise ValueError('blocks not in response')