From 9ec1dae1c50938293a9562a299bc81661c84a421 Mon Sep 17 00:00:00 2001 From: Qwann Date: Wed, 28 Mar 2018 17:31:03 +0200 Subject: [PATCH] add ldap as requirement --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ed56dc6..6b8231b 100644 --- a/setup.py +++ b/setup.py @@ -47,5 +47,6 @@ setup( 'django-allauth', 'django-allauth-cas>=1.0.0b2,<1.1', 'django-widget-tweaks', + 'python-ldap', ], )