a3a4d31d2e
Change is necessary due to update to hacking 0.8.0, which is in alignment with project standards. Change-Id: I012958e63d9e0efaf36ee57fe9102e835ef8533c Closes-bug: #1218190
18 lines
307 B
Plaintext
18 lines
307 B
Plaintext
# Install bounded pep8/pyflakes first, then let flake8 install
|
|
pep8==1.4.5
|
|
pyflakes>=0.7.2,<0.7.4
|
|
flake8==2.0
|
|
hacking>=0.8.0,<0.9
|
|
|
|
coverage>=3.6
|
|
discover
|
|
mock>=1.0
|
|
mox>=0.5.3
|
|
testtools>=0.9.32
|
|
testrepository>=0.0.17
|
|
testscenarios>=0.4
|
|
python-glanceclient>=0.9.0
|
|
sphinx>=1.1.2,<1.2
|
|
oslo.sphinx
|
|
lockfile>=0.8
|