aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMR Lemon <matt@matthewlemon>2020-05-16 21:17:25 +0100
committerMR Lemon <matt@matthewlemon>2020-05-16 21:17:32 +0100
commita344ca599d4e972bfc818d2bff492d60540ba445 (patch)
treea0155c1fbcc196c16e1b7b6546b937622e6a3db5 /setup.py
parentc7f776e9c7009917ab99881b57f05b5aa910b30c (diff)
prep for bump to 1.0.4 - nox tests, actions, etc
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index de66cbd..cd68422 100644
--- a/setup.py
+++ b/setup.py
@@ -36,6 +36,7 @@ setup(
install_requires=[
'click',
'python-dateutil',
- 'bcompiler-engine>=1.0.3'
+ 'bcompiler-engine>=1.0.4'
+ # "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt"
],
test_suite='datamaps.tests')