aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-06-26 18:04:14 +0200
committerMichał Górny <mgorny@gentoo.org>2013-06-26 18:04:14 +0200
commit4c0498050a3284d63c22db964f626001b0d019c9 (patch)
tree474a58950df5422aa00c9f89a8086b047c2664e9 /requirements.txt
parent[OpenID] remove unnecessary trust_root-return_to check. (diff)
parentMerge pull request #7 from mgorny/relative-imports (diff)
downloadidentity.gentoo.org-4c0498050a3284d63c22db964f626001b0d019c9.tar.gz
identity.gentoo.org-4c0498050a3284d63c22db964f626001b0d019c9.tar.bz2
identity.gentoo.org-4c0498050a3284d63c22db964f626001b0d019c9.zip
Merge remote-tracking branch 'origin/master' into openid-week2
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 3934b0e..f350b51 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,8 @@
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
+django-compressor>=1.3
edpwd>=0.0.1
mock>=1.0.1
passlib>=1.6.1