summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-08-13 02:11:33 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-08-13 02:11:33 +0000
commita500e418d86022ed8449b86e060548cf5f5497fc (patch)
treec4bb8ed98fe79b909891b5f636e087237611e79b
parent5343f434dd4ae30c42c6c74a142aad34797d1266 (diff)
downloaddjango_openstack_auth-a500e418d86022ed8449b86e060548cf5f5497fc.tar.gz
Updated from global requirements
Change-Id: I7e6e86c34d4457164308ba74bd2d326af961d29e
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 8f42145..1a99dc7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,9 +1,9 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr<2.0,>=1.3
+pbr<2.0,>=1.4
Django<1.8,>=1.4.2
-oslo.config>=1.11.0 # Apache-2.0
+oslo.config>=2.1.0 # Apache-2.0
oslo.policy>=0.5.0 # Apache-2.0
python-keystoneclient>=1.6.0
six>=1.9.0