summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-14 00:37:17 +0000
committerGerrit Code Review <review@openstack.org>2015-04-14 00:37:17 +0000
commit0e1f7b78277850634992a594132921efb83256e0 (patch)
tree7888c77cf2e91036fb849ba56808913b29610ec2
parent58e9fb0a473a56871697324d200f4e55dbc3be58 (diff)
parentbd91bd48f36af33f42a137ee8188b236aa7208cb (diff)
downloaddjango_openstack_auth-0e1f7b78277850634992a594132921efb83256e0.tar.gz
Merge "Updating Django requirements to allow 1.7"1.2.0
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 161fcb2..8116201 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=0.6,!=0.7,<1.0
-Django>=1.4.2,<1.7
+Django>=1.4.2,<1.8
oslo.config>=1.9.3,<1.10.0 # Apache-2.0
python-keystoneclient>=1.1.0
six>=1.9.0