diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-02 20:43:40 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-02 20:43:40 +0100 |
commit | a4c90248678c98a73526d313d7e9709a69b56757 (patch) | |
tree | 0283e999fd6c77614d7bcf3fa8fe121bd4e57415 /setup.py | |
parent | 7cc683f9a7309eeb04e7995832a9d84c9cfd0422 (diff) |
prep for version bump
Diffstat (limited to 'setup.py')
-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.3' + 'bcompiler-engine>=1.1.4' # "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt" ], test_suite='datamaps.tests') |