aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-05-16 15:39:18 +0100
committerMatthew Lemon <matt@matthewlemon.com>2021-05-16 15:39:18 +0100
commit087c3eb6e14cb2edf72931f07e3c957b691887f3 (patch)
tree4524293b2f803cbcd814f8693779bbdccf6b5227 /setup.py
parent7e5163b4b30fed38ea6b35305d306336ccabca96 (diff)
updated dependency on bcompiler-engine to v1.1.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 70a8201..0bc9527 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ setup(
install_requires=[
'click',
'python-dateutil',
- 'bcompiler-engine>=1.1.4'
+ 'bcompiler-engine>=1.1.5'
# "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt"
],
test_suite='datamaps.tests')