diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-06-21 16:42:29 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-06-21 16:42:29 +0100 |
commit | 1d169e44a87def8f6ee7a9d4626d3ba12bb83a70 (patch) | |
tree | 54b67acda0401f7d7cfd21a07610754bcfe80949 /setup.py | |
parent | 30283b76ed257146551116bac2f9e1b404c87cd2 (diff) |
tracking v1.0.6 of bcompiler-engine
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |