From f033e3ef14de0c05dd857b8189a1152cf4fc73e6 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Tue, 16 Mar 2021 02:19:59 -0400 Subject: [PATCH] Replace pypi python-ldap with self hosted version --- api/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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