diff --git a/api/requirements.txt b/api/requirements.txt index fcd08ee..48ec2fb 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -15,8 +15,8 @@ Flask-JWT-Extended # Prevent upgrade to PyJWT 2.x until Flask-JWT-Extended is updated to support it. # Check: https://github.com/vimalloc/flask-jwt-extended/tags PyJWT == 1.* -# Specify pyldap version for custom build. This is not installed by pip. -pyldap == 3.3.1 +# Custom python-ldap without SASL +git+https://github.itap.purdue.edu/ECN/python-ldap.git@python-ldap-3.3.1#egg=python-ldap==3.3.1 easyad # API Documentation