diff --git a/pyproject.toml b/pyproject.toml index cbaa9ca1ef03cc219610a5714d74b4a94f43b991..f1413a016e5c23b4ff88b8f447cf65201aeb8677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" BiscuIT-ng = {version = "^1.0a0.dev0", allows-prereleases = true, path = "../../.."} -BiscuIT-App-Alsijil = {version = "^1.0a0.dev0", allows-prereleases = true, path = "../BiscuIT-App-Alsijil"} +BiscuIT-App-Chronos = {version = "^1.0a0.dev0", allows-prereleases = true, path = "../BiscuIT-App-Chronos"} [build-system] requires = ["poetry>=0.12"]