diff options
author | MR Lemon <matt@matthewlemon> | 2020-05-17 11:28:58 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-05-17 11:28:58 +0100 |
commit | d9fa171328486565eea9d28044c85d8e008beff8 (patch) | |
tree | 3ab9728fb89d5d9d145c92ef0080aab09c591ae1 /setup.py | |
parent | 05b80c9ece0faaf3b5f7c1ac3284ebf37f273683 (diff) |
upped to 1.0.5
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.4' + 'bcompiler-engine>=1.0.5' # "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt" ], test_suite='datamaps.tests') |