diff --git a/pyproject.toml b/pyproject.toml
index d77699a78309364bbf19443e86fe7014b1ff4b9b..610d4fa2c8d44a9f813070f33c74e345d35d8da7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,8 +20,8 @@ classifiers = [
 
 [tool.poetry.dependencies]
 python = "^3.7"
-BiscuIT-ng = {version = "^1.0a3.dev0", allows-prereleases = true, path = "../../.."}
-BiscuIT-App-Chronos = {version = "^1.0a1.dev0", allows-prereleases = true, path = "../BiscuIT-App-Chronos"}
+BiscuIT-ng = { path = "../../.." }
+BiscuIT-App-Chronos = { path = "../BiscuIT-App-Chronos" }
 
 [build-system]
 requires = ["poetry>=0.12"]