Add six and oslo.utils to requirements

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: I3fdd8fa2ac7d5c1a6316874b179ef7a638540451
This commit is contained in:
Davanum Srinivas 2015-06-25 22:22:55 -04:00 committed by Steve Martinelli
parent 6cd6516353
commit 31d674ba4e

View File

@ -5,3 +5,5 @@
oslo.config>=1.11.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=1.6.0 # Apache-2.0
six>=1.9.0