add oslo.config a test requirement

One of the tool modules uses oslo.config, so add it as a dependency so
we get that module in our documentation.

Change-Id: I9096b1d15bad6b643a18d548f23491fd7fe320b2
This commit is contained in:
Doug Hellmann 2015-09-24 19:07:01 +00:00
parent 748eca9363
commit a66b4efb33
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ coverage>=3.6
# this is required for the docs build jobs
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx>=2.5.0 # Apache-2.0
oslo.config>=2.3.0 # Apache-2.0