From 5455333d3252047c3e2436782830c6a9852a0f71 Mon Sep 17 00:00:00 2001 From: admiralobvious <aferlandqc@gmail.com> Date: Sun, 14 Jul 2019 23:18:48 -0400 Subject: [PATCH] use python-ldap 3.0.0 --- dev_requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index a60f241..ff43f4b 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -pyldap>=2.4.28 # here instead of requirements.txt so rtfd can build +pyldap>=3.0.0 # here instead of requirements.txt so rtfd can build Sphinx>=1.5.5 -r requirements.txt diff --git a/setup.py b/setup.py index 9ca9a4f..c6d5ac6 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( platforms='any', install_requires=[ 'Flask>=0.12.4', - 'pyldap' + 'python-ldap>=3.0.0' ], classifiers=[ 'Environment :: Web Environment', -- GitLab