diff --git a/pyproject.toml b/pyproject.toml index acc3dc75f48038fe4e19958eed547d180cb4c3ff..3bdbc634082adbeedfcf687f3e8966224620e264 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"]