From 6bf9a5c6141474f91beca2054261e6d0519365e8 Mon Sep 17 00:00:00 2001 From: Braxton <robbason@users.noreply.github.com> Date: Tue, 13 Mar 2018 13:32:32 -0400 Subject: [PATCH] Replace pyldap with python-ldap in setup.py pyldap is deprecated in favor of python-ldap --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index baed24c..85c2314 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( platforms='any', install_requires=[ 'Flask>=0.10.1', - 'pyldap' + 'python-ldap' ], classifiers=[ 'Environment :: Web Environment', -- GitLab