From 5a4e6a8049f79276331ce2375c15f40afb8c798f Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Sat, 1 Feb 2020 00:50:18 +0100
Subject: [PATCH] Use relative dependency again

---
 pyproject.toml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index acc3dc75f..3bdbc6340 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,10 +21,8 @@ classifiers = [
 
 [tool.poetry.dependencies]
 python = "^3.7"
-#AlekSIS = { path = "../../.." }
-AlekSIS = "2.0a1"
-#AlekSIS-App-Chronos = { path = "../AlekSIS-App-Chronos" }
-AlekSIS-App-Chronos = "2.0a1"
+AlekSIS = { path = "../../.." }
+AlekSIS-App-Chronos = { path = "../AlekSIS-App-Chronos" }
 
 [build-system]
 requires = ["poetry>=1.0"]
-- 
GitLab