a0c76894d6
The Oslo config generator imports the stevedore.named module but stevedore isn't listed as a requirement for Tempest, so config generation can fail with an ImportError. Closes-Bug: #1333998 Change-Id: I47ecac0f5881aceb279391a981780a2dd72f0d2b
12 lines
181 B
Plaintext
12 lines
181 B
Plaintext
hacking>=0.9.2,<0.10
|
|
# needed for doc build
|
|
docutils==0.9.1
|
|
sphinx>=1.1.2,!=1.2.0,<1.3
|
|
python-subunit>=0.0.18
|
|
oslosphinx
|
|
mox>=0.5.3
|
|
mock>=1.0
|
|
coverage>=3.6
|
|
oslotest
|
|
stevedore>=0.14
|