From c3cdeef0bd2aa70672e52ebb6aeb6bb1cd5f380a Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Thu, 10 Oct 2024 17:17:05 +0200 Subject: [PATCH] Fix pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7018b34b..aa2e82a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ django-storages = {extras = ["s3"], version = "^1.14.2"} boto3 = "^1.34.89" ipython = "^8.23.0" reportlab = "^4.2.0" -django-quiz = {git = "https://github.com/guillaumepellerin/django-quiz.git", branch = "master"} +django-quiz-app = {git = "https://github.com/pilot-systems/Django-Quiz.git"} [build-system] -- 2.39.5