diff --git a/pyproject.toml b/pyproject.toml
index fe767367340ce6d21528143da97b6523759841e1..81a55115e59380bf5c56530306e1aa41b17206cb 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"