aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2021-01-26 12:37:18 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2021-01-26 12:37:18 +0000
commit7cc683f9a7309eeb04e7995832a9d84c9cfd0422 (patch)
tree2caa92a6ecfd1d869d713c1b9f30d2525e190d10
parentd63422d0eed8511815d856502c808e8e173497ab (diff)
updated setup.py to bcompiler-engine 1.1.3
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 63255d5..ec7e43a 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ setup(
install_requires=[
'click',
'python-dateutil',
- 'bcompiler-engine>=1.1.0'
+ 'bcompiler-engine>=1.1.3'
# "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt"
],
test_suite='datamaps.tests')