aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-06-24 17:01:20 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-06-24 17:01:20 +0200
commit24c0b8610a22ed07e0e9d385034a1fcb8ee717ef (patch)
treeb60f5d2cb46b08538d27e85eeace47320195f1e9 /requirements.txt
parentencrypt/decrypt_password and random_string moved to edpwd (diff)
downloadidentity.gentoo.org-24c0b8610a22ed07e0e9d385034a1fcb8ee717ef.tar.gz
identity.gentoo.org-24c0b8610a22ed07e0e9d385034a1fcb8ee717ef.tar.bz2
identity.gentoo.org-24c0b8610a22ed07e0e9d385034a1fcb8ee717ef.zip
Use a new branch from the forked django-auth-ldap
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index b828e1b..37ad5b8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
django>=1.5
-# temporarily use tampakrap's fork until our patches get accepted
+# use tampakrap's fork, contains additional patches needed for the tests
#django-auth-ldap>=1.1.4
-hg+https://bitbucket.org/tampakrap/django-auth-ldap@mockldap_v2#egg=django-auth-ldap-1.1.4.0.1
+hg+https://bitbucket.org/tampakrap/django-auth-ldap@1.1.4.0.1#egg=django-auth-ldap-1.1.4.0.1
edpwd>=0.0.1
mock>=1.0.1
passlib>=1.6.1