diff options
-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" |