From 81ef54b3fcf6d6f6b0a29fdb40df603e56b83c7d Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Tue, 1 Nov 2016 21:52:44 -0600 Subject: [PATCH] Remove `bigchaindb-common` from requirements --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 2796d2d3..3e7099c0 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,6 @@ install_requires = [ 'requests~=2.9', 'gunicorn~=19.0', 'multipipes~=0.1.0', - 'bigchaindb-common>=0.0.6', ] setup(