aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlos Ratis <dastergon@gentoo.org>2013-06-25 14:45:09 +0300
committerPavlos Ratis <dastergon@gentoo.org>2013-06-25 14:45:09 +0300
commit2f2bbd8b1a7d8bfc2c6549a699b62d574b104ff7 (patch)
treefe94b45d394071607a93945a6e944de8fe07c23a /requirements.txt
parentadd main login and devlists (diff)
downloadidentity.gentoo.org-2f2bbd8b1a7d8bfc2c6549a699b62d574b104ff7.tar.gz
identity.gentoo.org-2f2bbd8b1a7d8bfc2c6549a699b62d574b104ff7.tar.bz2
identity.gentoo.org-2f2bbd8b1a7d8bfc2c6549a699b62d574b104ff7.zip
add django-compressor support
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 37ad5b8..d39c69c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,6 +2,7 @@ django>=1.5
# 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@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