From e0e71d25ce56c4f2c6492b128e6807e84f601efd Mon Sep 17 00:00:00 2001 From: Nickolay Ponomarev <Nickolay.Ponomarev@glowbyteconsulting.com> Date: Sat, 5 Oct 2019 03:01:32 +0300 Subject: [PATCH] Change pyldap->python-ldap in the README Follow-up to 5455333d3252047c3e2436782830c6a9852a0f71 and bd69525c3526e463b7071af2df254ed811999439. The pyldap link pointed to an archived repository for a fork that has been merged into mainline python-ldap package as of 3.0. This package specifies python-ldap>=3.0.0 as dependency, so there's no need to reference the out-of-date fork. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec547dd..57f4ba3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ First, install Flask-SimpleLDAP: $ pip install flask-simpleldap Flask-SimpleLDAP depends, and will install for you, recent versions of Flask -(0.12.4 or later) and [pyldap](https://github.com/pyldap/pyldap). Flask-SimpleLDAP is compatible +(0.12.4 or later) and [python-ldap](https://python-ldap.org/). Flask-SimpleLDAP is compatible with and tested on Python 3.5, 3.6 and 3.7. Next, add a ``LDAP`` instance to your code and at least the three -- GitLab