Add six to requirements

We have been getting ``six`` most recently through stevedore, but
because we use it directly, it should be an explicit dependency of
ours. The version it's pinned on, >=1.7.0, matches what is in
global-requirements.

Change-Id: Ieae03407e2e8bd94ecbbfe471f3835cb3ba29dc9
This commit is contained in:
Brian Curtin 2015-02-02 18:03:01 -06:00
parent 819e1ff4c7
commit 364800b2be
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@
# process, which may cause wedges in the gate later.
pbr>=0.6,!=0.7,<1.0
requests>=2.2.0,!=2.4.0
six>=1.7.0
stevedore>=1.1.0 # Apache-2.0
oslo.utils>=1.2.0 # Apache-2.0