From ff608678bea48ea0fb2aafdc52d96ed6b0261a20 Mon Sep 17 00:00:00 2001 From: Jiri Tomasek Date: Tue, 28 May 2013 13:02:17 +0200 Subject: [PATCH] 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 --- requirements.txt | 2 +- run_tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/run_tests.sh b/run_tests.sh index 0d75951a5..69edc2ea4 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -6,7 +6,7 @@ set -o errexit # Increment me any time the environment should be rebuilt. # This includes dependncy changes, directory renames, etc. # Simple integer secuence: 1, 2, 3... -environment_version=35 +environment_version=36 #--------------------------------------------------------# function usage {