diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2021-01-26 12:37:18 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2021-01-26 12:37:18 +0000 |
commit | 7cc683f9a7309eeb04e7995832a9d84c9cfd0422 (patch) | |
tree | 2caa92a6ecfd1d869d713c1b9f30d2525e190d10 | |
parent | d63422d0eed8511815d856502c808e8e173497ab (diff) |
updated setup.py to bcompiler-engine 1.1.3
-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') |