devpi / devpi-ldap

Plugin for devpi-server which provides LDAP authentication.
36 stars 20 forks source link

README and setup.py install requires dependency don't match #44

Open 00willo opened 5 years ago

00willo commented 5 years ago

The README states

For use with devpi-server >= 2.1.0.

however in setup.py it has the following under install_requires:

'devpi-server>=2.0.0',

I'm guessing setup.py was missed getting updated. Happy to do up a PR to reflect the correct version either way.