diff options
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ setup( install_requires=[ 'click', 'python-dateutil', - 'bcompiler-engine>=1.1.0' + 'bcompiler-engine>=1.1.3' # "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt" ], test_suite='datamaps.tests') |