From 21879de5cbbc1f14cf41027c9695729561134890 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 18 Sep 2025 12:52:44 +0200 Subject: [PATCH] update poetry project --- poetry.lock | 36 +++++++++++++++++++++++++++++++++++- pyproject.toml | 1 + 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 7fa429ca..cce6a245 100644 --- a/poetry.lock +++ b/poetry.lock @@ -713,6 +713,20 @@ files = [ Django = ">=1.0" six = "*" +[[package]] +name = "django-model-utils" +version = "5.0.0" +description = "Django model mixins and utilities" +optional = false +python-versions = ">=3.8" +files = [ + {file = "django_model_utils-5.0.0-py3-none-any.whl", hash = "sha256:fec78e6c323d565a221f7c4edc703f4567d7bb1caeafe1acd16a80c5ff82056b"}, + {file = "django_model_utils-5.0.0.tar.gz", hash = "sha256:041cdd6230d2fbf6cd943e1969318bce762272077f4ecd333ab2263924b4e5eb"}, +] + +[package.dependencies] +Django = ">=3.2" + [[package]] name = "django-nvd3" version = "0.9.7" @@ -739,6 +753,26 @@ files = [ [package.dependencies] Django = "*" +[[package]] +name = "django-quiz-app" +version = "0.6.0" +description = "A configurable quiz app for Django." +optional = false +python-versions = "*" +files = [] +develop = false + +[package.dependencies] +Django = ">=1.5.1" +django-model-utils = ">=2.0.3" +Pillow = ">=2.5.0" + +[package.source] +type = "git" +url = "https://github.com/Parisson/Django-Quiz.git" +reference = "crfpa" +resolved_reference = "0109d89679ebf98e9f61369d7dca12d0c6d1a6c0" + [[package]] name = "django-recaptcha" version = "2.0.6" @@ -2645,4 +2679,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b1c45f071661223d1e19bf13115bb28c4ac30c7053b314db769523a7a96702c3" +content-hash = "ca43fb92a38a9e734fada4924b41533778853a34317f218cdbcd74c975f3c7a7" diff --git a/pyproject.toml b/pyproject.toml index a4702662..8523dd35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ django-storages = {extras = ["s3"], version = "^1.14.2"} boto3 = "^1.34.89" ipython = "^8.23.0" reportlab = "^4.2.0" +django-quiz-app = {git = "https://github.com/Parisson/Django-Quiz.git", rev = "crfpa"} [build-system] -- 2.39.5