From ee07afbcb27b74355da9b378dccea57bbd5df08f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Desfr=C3=AAnes?= <mickael.desfrenes@unicaen.fr> Date: Tue, 10 Dec 2024 09:56:07 +0100 Subject: [PATCH] add django-revproxy to requirements --- requirements/common.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/common.txt b/requirements/common.txt index b9f29023..4b97c35b 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -23,6 +23,7 @@ django-health-check==3.17.0 ; python_version >= "3.9" and python_version < "3.10 django-model-utils==5.0.0 ; python_version >= "3.9" and python_version < "3.10" django-notifications-hq==1.8.3 ; python_version >= "3.9" and python_version < "3.10" django-redis==5.4.0 ; python_version >= "3.9" and python_version < "3.10" +django-revproxy==0.13.0 ; python_version >= "3.9" and python_version < "3.10" django-rich==1.11.0 ; python_version >= "3.9" and python_version < "3.10" django-storages==1.14.4 ; python_version >= "3.9" and python_version < "3.10" django-stubs-ext==5.0.4 ; python_version >= "3.9" and python_version < "3.10" -- GitLab