From c6ae47b622f3cce58dcb9f7283939ca4e6cb192d Mon Sep 17 00:00:00 2001 From: jhnnsrs Date: Thu, 13 Jun 2024 16:39:40 +0200 Subject: [PATCH] addd django-probes --- poetry.lock | 15 +++++++++++++-- pyproject.toml | 1 + 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 573ac79..293c453 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "antlr4-python3-runtime" @@ -634,6 +634,17 @@ django = ">=2.2" docs = ["sphinx"] test = ["celery", "pytest", "pytest-cov", "pytest-django", "redis"] +[[package]] +name = "django-probes" +version = "1.7.0" +description = "Make Django wait until database is ready. Probes for Docker and Kubernetes." +optional = false +python-versions = "*" +files = [ + {file = "django_probes-1.7.0-py3-none-any.whl", hash = "sha256:60e656b83cbd0e290fca8263b256d7ebc42452f8c55a07044e56736f986c99a5"}, + {file = "django_probes-1.7.0.tar.gz", hash = "sha256:bb54c9db54f9c6aaadb032fcf77dfb6c6b17e597df1585d667cfe7491d2747d0"}, +] + [[package]] name = "django-registration" version = "3.4" @@ -1987,4 +1998,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "914380163a45f987f99a6c9b319ff72112f7db7ecf8de3bed97bfef26b431ec5" +content-hash = "7e7ec99100381d5e3b72501dfc88c0100caa3f079274c384d38af9b84f327b7b" diff --git a/pyproject.toml b/pyproject.toml index 4ec9e44..9f7a068 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ django-allauth = "^0.58.2" pillow = "^10.1.0" django-health-check = "^3.18.1" docker = ">6,<7" +django-probes = "^1.7.0" [tool.poetry.group.dev.dependencies]