add missing requirements for pip

six and oslo.concurrency are missing in requirements,
add them (actually nova already requires them)

Change-Id: I8680ea8c1451d9d44e8be3ecef77311896af6f87
This commit is contained in:
jichenjc 2015-10-22 11:25:13 +08:00
parent ad075ee72b
commit c151cc6a58
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
pbr<2.0,>=1.6
oslo.concurrency>=2.3.0 # Apache-2.0
oslo.config>=2.3.0 # Apache-2.0
oslo.log>=1.8.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.service>=0.9.0 # Apache-2.0
oslo.utils>=2.0.0 # Apache-2.0
six>=1.9.0