Add oslo.utils dependency

Running "pip-missing-reqs" tox target showed these references
in our code. Since we refer to them directly, we should add
them to our requirements.

Change-Id: I398af538f6d807e08e9a48dbd7006639b6fc7a55
This commit is contained in:
Davanum Srinivas 2015-06-25 22:10:13 -04:00
parent 2238ebef32
commit c5c53c593b

View File

@ -9,3 +9,4 @@ oslo.serialization>=1.4.0 # Apache-2.0
psutil<2.0.0,>=1.1.1
six>=1.9.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.utils>=1.6.0 # Apache-2.0