]> git.parisson.com Git - teleforma.git/commitdiff
update poetry project
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 18 Sep 2025 10:52:44 +0000 (12:52 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 18 Sep 2025 10:52:44 +0000 (12:52 +0200)
poetry.lock
pyproject.toml

index 7fa429ca08f0cece4f0ca81de7a4e239ff47da49..cce6a2457be47df4e647bd294b731edc667e3290 100644 (file)
@@ -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"
index a4702662a92f5a48d7759032a860425e94203e53..8523dd353b3589f3584b1509795e0d4dc71053a8 100644 (file)
@@ -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]