Skip to content

Commit

Permalink
Specify the django-compressor version to be 1.3 and higher
Browse files Browse the repository at this point in the history
The d3 library requires django-compressor version 1.3 and higher

Fixes: bug #1184653

Change-Id: I543021c0421290c70585717788535a9f4c36693b
  • Loading branch information
Jiri Tomasek committed May 29, 2013
1 parent 08f8050 commit ff60867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion run_tests.sh
Expand Up @@ -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 {
Expand Down

0 comments on commit ff60867

Please sign in to comment.