summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJiri Tomasek <jtomasek@redhat.com>2013-05-28 13:02:17 +0200
committerJiri Tomasek <jtomasek@redhat.com>2013-05-29 14:54:55 +0200
commitff608678bea48ea0fb2aafdc52d96ed6b0261a20 (patch)
treef89adf48b7dfd6be259ab1c40dce63719b09c5e7 /requirements.txt
parent08f8050d88edb815ad8e534ae3c09eef32129183 (diff)
downloadhorizon-ff608678bea48ea0fb2aafdc52d96ed6b0261a20.tar.gz
Specify the django-compressor version to be 1.3 and higher
The d3 library requires django-compressor version 1.3 and higher Fixes: bug #1184653 Change-Id: I543021c0421290c70585717788535a9f4c36693b
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index eb6e617ac..87e459b66 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@ pbr>=0.5,<0.6
# Horizon Core Requirements
Django>=1.4,<1.6
-django_compressor
+django_compressor>=1.3
django_openstack_auth>=1.0.8
iso8601>=0.1.4
netaddr