diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-01-13 12:14:30 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-01-13 12:14:30 +0000 |
commit | 12a3053f0dab49bbb6bcbd9d7571b35c5927f5d6 (patch) | |
tree | 3e4ca69e0d00295844278cab1a0d945c59763d5e /setup.py | |
parent | 3bce6707dd7f536ea23d223b49114cc818ca348d (diff) |
added datamap config command
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.7' + 'bcompiler-engine>=1.0.8' # "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt" ], test_suite='datamaps.tests') |