From e6253e970fae2f341fac614f6352eb43b1bf8cf7 Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Mon, 21 Nov 2016 18:12:57 -0500 Subject: [PATCH] use blockstack-core dependency --- integration_tests/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/setup.py b/integration_tests/setup.py index c4571f3b6..958f289cc 100755 --- a/integration_tests/setup.py +++ b/integration_tests/setup.py @@ -26,7 +26,7 @@ setup( install_requires=[ 'virtualchain>=0.14.0', 'blockstack-client>=0.14.0', - 'blockstack-server>=0.14.0', + 'blockstack-core>=0.14.0', 'blockstack-profiles>=0.1.3', 'blockstack-file>=0.14.0', 'blockstack-gpg>=0.14.0',