From 1b754bc7a07ae1d580e7b2feff0b139dd0aa2625 Mon Sep 17 00:00:00 2001 From: MR Lemon Date: Sat, 16 May 2020 21:22:18 +0100 Subject: fixed hard-code dependency path --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 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 "] 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" -- cgit v1.2.3