diff options
-rw-r--r-- | pyproject.toml | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 690d3bf..a258daf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = ["Matthew Lemon <matt@matthewlemon.com>"] python = "^3.7.0" python-dateutil = "^2.8.1" click = "^7.1.2" -bcompiler-engine = "^1.0.6" +bcompiler-engine = "^1.0.7" [tool.poetry.dev-dependencies] pytest = "^5.4.1" @@ -36,7 +36,7 @@ setup( install_requires=[ 'click', 'python-dateutil', - 'bcompiler-engine>=1.0.6' + 'bcompiler-engine>=1.0.7' # "bcompiler-engine @ git+https://github.com/hammerheadlemon/bcompiler-engine@datamaps-cli-opt" ], test_suite='datamaps.tests') |