From 01a4225a84970c48c426dd1d2c36d5091adf6868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Am=C3=A9lie=20Krej=C4=8D=C3=AD?= Date: Mon, 11 Sep 2023 21:16:51 +0200 Subject: [PATCH] Add django-auth-ldap dependency --- conf/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/requirements.txt b/conf/requirements.txt index 64206b8..a9390be 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -20,3 +20,4 @@ djangorestframework==3.14.0 drf-nested-routers==0.93.4 drf-yasg==1.21.7 markdown>=3.4.1 +django-auth-ldap==4.5.0