]> git.parisson.com Git - teleforma.git/commitdiff
Fix pyproject feature/quiz
authorYoan Le Clanche <yoanl@pilotsystems.net>
Thu, 10 Oct 2024 15:17:05 +0000 (17:17 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Thu, 10 Oct 2024 15:17:05 +0000 (17:17 +0200)
pyproject.toml

index 7018b34b3ea76db89843150c071891b174209b1a..aa2e82a2c08bdbc89ec7ceab2493aa5c554ca852 100644 (file)
@@ -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]