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

---
 pyproject.toml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 286f619..7a1c42c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,8 +21,7 @@ classifiers = [
 
 [tool.poetry.dependencies]
 python = "^3.7"
-#AlekSIS = { path = "../../.." }
-AlekSIS = "2.0a1"
+AlekSIS = { path = "../../.." }
 feedparser = "^5.2.1"
 
 [build-system]
-- 
GitLab