From 2a822e9fa2c3a3734c8ed20298acf6f2e3048d8b Mon Sep 17 00:00:00 2001 From: Aaron Blankstein Date: Thu, 11 May 2017 15:26:30 -0400 Subject: [PATCH] integration tests depend on pybitcoin, which isn't installed in blockstack-core anymore --- integration_tests/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/integration_tests/setup.py b/integration_tests/setup.py index 0dd3ec6de..29cfffa9b 100755 --- a/integration_tests/setup.py +++ b/integration_tests/setup.py @@ -28,6 +28,7 @@ setup( include_package_data=True, install_requires=[ 'blockstack>=0.14.2', + 'pybitcoin>=0.9.8', 'xmlrunner>=1.7.7' ], classifiers=[