diff options
author | MR Lemon <matt@matthewlemon> | 2020-05-16 21:22:18 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-05-16 21:22:18 +0100 |
commit | 1b754bc7a07ae1d580e7b2feff0b139dd0aa2625 (patch) | |
tree | 5d7419b6015d2653ed36a8511f8ed16ad12d3b97 /pyproject.toml | |
parent | a344ca599d4e972bfc818d2bff492d60540ba445 (diff) |
fixed hard-code dependency path
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 051725d..dee9f51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +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.4" -bcompiler-engine = { path = "C:/Users/lemon/code/python/bcompiler-engine"} +bcompiler-engine = "^1.0.4" [tool.poetry.dev-dependencies] pytest = "^5.4.1" |