aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-03-14 16:15:38 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2020-03-14 16:15:38 +0000
commit5d75bea2d1ddd4fc490a5df4953b071f40aff180 (patch)
tree9c8084aeb1ab02a23e429685152bd87d5ca0de4c /setup.py
parent86c4b6777568c08079b90aff60f008f28f3ea433 (diff)
quick and incomplete fix for #5
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bcfd84b..d5e56e3 100644
--- a/setup.py
+++ b/setup.py
@@ -36,6 +36,6 @@ setup(
install_requires=[
'click',
'python-dateutil',
- 'bcompiler-engine>=1.0.1'
+ 'bcompiler-engine>=1.0.2'
],
test_suite='datamaps.tests')