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 /setup.py
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 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index bde84d5..01ee6ef 100755
--- a/setup.py
+++ b/setup.py
@@ -36,6 +36,7 @@ setup(
install_requires=[
'django>=1.5',
'django-auth-ldap>=1.1.4',
+ 'django-compressor>=1.3',
'edpwd>=0.0.1',
'passlib>=1.6.1',
'python-ldap>=2.4.10',