diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-03-14 16:15:38 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-03-14 16:15:38 +0000 |
commit | 5d75bea2d1ddd4fc490a5df4953b071f40aff180 (patch) | |
tree | 9c8084aeb1ab02a23e429685152bd87d5ca0de4c /setup.py | |
parent | 86c4b6777568c08079b90aff60f008f28f3ea433 (diff) |
quick and incomplete fix for #5
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,6 +36,6 @@ setup( install_requires=[ 'click', 'python-dateutil', - 'bcompiler-engine>=1.0.1' + 'bcompiler-engine>=1.0.2' ], test_suite='datamaps.tests') |