From e1f3aedcf41a00f15d901ce0bbd3e20226f7247c Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Mon, 4 May 2020 22:02:10 +0200 Subject: [PATCH] Update AlekSIS dependency to release --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe76736..81a5511 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,8 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" -AlekSIS = { path = "../../.." } -AlekSIS-App-Chronos = { path = "../AlekSIS-App-Chronos" } +AlekSIS = "^2.0a2" +AlekSIS-App-Chronos = "^2.0a2" mysqlclient = "^1.4.6" tqdm = "^4.44.1" defusedxml = "^0.6.0" -- GitLab