From 57c9462f9d77b9a110aeb97a9829e57524023dbf Mon Sep 17 00:00:00 2001 From: ira Date: Thu, 6 Jul 2017 12:37:02 +0700 Subject: [PATCH] Set ldap version in requirements --- authentication/views.py | 1 - requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/authentication/views.py b/authentication/views.py index b68110c..14a1054 100644 --- a/authentication/views.py +++ b/authentication/views.py @@ -1,4 +1,3 @@ -# import json from django.contrib.auth import authenticate, login, logout from rest_framework import status, views from rest_framework.response import Response diff --git a/requirements.txt b/requirements.txt index 3fabf4f..dab3727 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ amqp==2.0.2 celery==3.1.18 simplejson==3.6.5 -ldap3 +ldap3==2.2.2 django==1.7.8 # 1.8.2 djangorestframework==3.2.3 djangorestframework-bulk==0.2.1