From 86c4b6777568c08079b90aff60f008f28f3ea433 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 25 Nov 2019 14:11:36 +0000 Subject: amended setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ea554b..bcfd84b 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,6 @@ setup( install_requires=[ 'click', 'python-dateutil', - 'bcompiler-engine' + 'bcompiler-engine>=1.0.1' ], test_suite='datamaps.tests') -- cgit v1.2.3