diff options
author | MR Lemon <matt@matthewlemon> | 2020-05-16 21:17:25 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-05-16 21:17:32 +0100 |
commit | a344ca599d4e972bfc818d2bff492d60540ba445 (patch) | |
tree | a0155c1fbcc196c16e1b7b6546b937622e6a3db5 /setup.py | |
parent | c7f776e9c7009917ab99881b57f05b5aa910b30c (diff) |
prep for bump to 1.0.4 - nox tests, actions, etc
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,6 +36,7 @@ setup( install_requires=[ 'click', 'python-dateutil', - 'bcompiler-engine>=1.0.3' + 'bcompiler-engine>=1.0.4' + # "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt" ], test_suite='datamaps.tests') |