diff --git a/pyproject.toml b/pyproject.toml index 8a412c029df54c5dfd494eb74f8e410d40204ad7..63b974457bd1d0bd0d00ea5edd3dcdb9c6d351d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" calendarweek = "^0.4.4" -AlekSIS = { path = "../../.." } +AlekSIS = "^2.0a2" [build-system] requires = ["poetry>=1.0"]