From 07127647e6a82d7b2468f9c7a4b60534672700d1 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Sat, 1 Feb 2020 00:54:07 +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 ad2e7c9..2621629 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 = "../../.." } django-isbn-field = "^0.5.2" isbnlib = "^3.9" isbnlib-dnb = "^0.0.3" -- GitLab