From 1d169e44a87def8f6ee7a9d4626d3ba12bb83a70 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 21 Jun 2020 16:42:29 +0100 Subject: tracking v1.0.6 of bcompiler-engine --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 889f3ca..867d4e0 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( install_requires=[ 'click', 'python-dateutil', - 'bcompiler-engine>=1.0.5' + 'bcompiler-engine>=1.0.6' # "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt" ], test_suite='datamaps.tests') -- cgit v1.2.3