From 6953f134d65ecd4d8137d6ddee9cf23540cb8a90 Mon Sep 17 00:00:00 2001 From: Aleksolotl <aleksolotl@aleksis.org> Date: Tue, 4 Jul 2023 17:56:12 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25096db..dc477a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ priority = "primary" [[tool.poetry.source]] name = "gitlab" url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple" -priority = "secondary" +priority = "supplemental" [tool.poetry.dependencies] python = "^3.9" aleksis-core = "^3.0" -- GitLab