diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-11-25 14:11:36 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-11-25 14:11:36 +0000 |
commit | 86c4b6777568c08079b90aff60f008f28f3ea433 (patch) | |
tree | 78b3870530ef76a30fc4d46613f0cb6aec03e10a /setup.py | |
parent | 4978a31f9ddfa44a9776839654e071d303c1cb09 (diff) |
amended setup.py
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' + 'bcompiler-engine>=1.0.1' ], test_suite='datamaps.tests') |