Update requirements

The `set_defaults` function was added in oslo.middleware 3.10.0 [1],
we should pin oslo.middleware>=3.10.0 since [2] is merged.

[1] https://github.com/openstack/oslo.middleware/blob/3.10.0/oslo_middleware/cors.py
[2] https://review.openstack.org/#/c/390851/

Change-Id: Ida2b3851f277853831ec5c2f7e3aa3eb66784b87
This commit is contained in:
Jeremy Liu 2017-01-18 11:15:19 +08:00
parent da11ff9f88
commit 9f199974b7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ oslo.reports>=0.6.0 # Apache-2.0
PasteDeploy>=1.5.0 # MIT
pbr>=1.6 # Apache-2.0
pecan>=1.0.0 # BSD
oslo.middleware>=3.0.0 # Apache-2.0
oslo.middleware>=3.10.0 # Apache-2.0
oslo.utils>=3.5.0 # Apache-2.0
PyYAML>=3.1.0 # MIT
six>=1.9.0 # MIT