From 2f6ab4f652fd79d5da25846f9c4c0f002d9cfaa5 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Tue, 18 Mar 2014 09:20:24 +0000
Subject: [PATCH] depend on python-ldap

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 32c31f0..fb541ee 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(
     author="Autistici/Inventati",
     author_email="info@autistici.org",
     url="https://git.autistici.org/ai/authserv",
-    install_requires=["Flask", "python-memcached", "nose"],
+    install_requires=["python-ldap", "Flask", "python-memcached", "nose"],
     setup_requires=[],
     zip_safe=False,
     packages=find_packages(),
-- 
GitLab