Skip to content

Commit e0e71d2

Browse files
Nickolay PonomarevNickolay Ponomarev
authored andcommitted
Change pyldap->python-ldap in the README
Follow-up to 5455333 and bd69525. 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.
1 parent 9a81914 commit e0e71d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ First, install Flask-SimpleLDAP:
1313
$ pip install flask-simpleldap
1414

1515
Flask-SimpleLDAP depends, and will install for you, recent versions of Flask
16-
(0.12.4 or later) and [pyldap](https://github.com/pyldap/pyldap). Flask-SimpleLDAP is compatible
16+
(0.12.4 or later) and [python-ldap](https://python-ldap.org/). Flask-SimpleLDAP is compatible
1717
with and tested on Python 3.5, 3.6 and 3.7.
1818

1919
Next, add a ``LDAP`` instance to your code and at least the three

0 commit comments

Comments
 (0)