diff options
author | 2013-06-24 17:01:20 +0200 | |
---|---|---|
committer | 2013-06-24 17:01:20 +0200 | |
commit | 24c0b8610a22ed07e0e9d385034a1fcb8ee717ef (patch) | |
tree | b60f5d2cb46b08538d27e85eeace47320195f1e9 /requirements.txt | |
parent | encrypt/decrypt_password and random_string moved to edpwd (diff) | |
download | identity.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.txt | 4 |
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 |