integration tests depend on pybitcoin, which isn't installed in blockstack-core anymore

This commit is contained in:
Aaron Blankstein
2017-05-11 15:26:30 -04:00
parent 0d9be8f0b7
commit 2a822e9fa2

View File

@@ -28,6 +28,7 @@ setup(
include_package_data=True,
install_requires=[
'blockstack>=0.14.2',
'pybitcoin>=0.9.8',
'xmlrunner>=1.7.7'
],
classifiers=[