summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-03-21 00:08:15 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-03-21 00:08:15 +0000
commit07f1649457aa4e6eeb3c8cdc9e5faeb89e6173dc (patch)
tree224b3a701b0f41926e26b84614d1f3a984302770
parent206d7cc8a423a367f5f816bc8d3dcc376a1f11aa (diff)
downloaddjango_openstack_auth-07f1649457aa4e6eeb3c8cdc9e5faeb89e6173dc.tar.gz
Updated from global requirements
Change-Id: If1fc5059cda71109a407100c1af480a72dbc9daa
-rw-r--r--requirements.txt2
-rw-r--r--test-requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 113dc78..161fcb2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,6 +3,6 @@
# process, which may cause wedges in the gate later.
pbr>=0.6,!=0.7,<1.0
Django>=1.4.2,<1.7
-oslo.config>=1.9.0 # Apache-2.0
+oslo.config>=1.9.3,<1.10.0 # Apache-2.0
python-keystoneclient>=1.1.0
six>=1.9.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 95d9ded..c8c6a3b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,5 +7,5 @@ coverage>=3.6
mock>=1.0
mox3>=0.7.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0 # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
testscenarios>=0.4