From 678891109e1d34be273810e130a3f34330a2670b Mon Sep 17 00:00:00 2001 From: roll Date: Tue, 29 Aug 2017 11:27:14 +0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a05e219..36adba7 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def read(*paths): INSTALL_REQUIRES = [ 'click', 'configobj', - 'datapackage', + 'datapackage<1.0', 'goodtables==1.0.0a5', 'requests[security]', 'six',