b013678a10
Hacking 0.9.0 had a minor bug so require 0.9.1 or higher. In order to keep this patch to just a requirements bump, ignore new and stricter hacking rules that are being triggered. Fixing up the code and turning these on is out of scope of this patch and is for future patches. Change-Id: Iafbd4adae8c6b446d53b62dfc490eab8e76a43ac
11 lines
157 B
Plaintext
11 lines
157 B
Plaintext
hacking>=0.9.2,<0.10
|
|
# needed for doc build
|
|
docutils==0.9.1
|
|
sphinx>=1.2.1,<1.3
|
|
python-subunit>=0.0.18
|
|
oslosphinx
|
|
mox>=0.5.3
|
|
mock>=1.0
|
|
coverage>=3.6
|
|
oslotest
|