From: Yoan Le Clanche Date: Thu, 10 Oct 2024 15:17:05 +0000 (+0200) Subject: Fix pyproject X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=refs%2Fheads%2Ffeature%2Fquiz;p=teleforma.git Fix pyproject --- 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]