diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-03-14 16:46:56 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-03-14 16:46:56 +0000 |
commit | d030d2d2d5be1ee2ec8b4a1939da9ea4cf4506d5 (patch) | |
tree | 897a0e92099e66870001ab60279432f1b9af85fb /setup.py | |
parent | 5d75bea2d1ddd4fc490a5df4953b071f40aff180 (diff) |
fix for error in last version to match bcompiler-engine
Diffstat (limited to '')
-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.2' + 'bcompiler-engine>=1.0.3' ], test_suite='datamaps.tests') |