heat/test-requirements.txt
Angus Salkeld 394f847cf6 Fix cloud_watch delete when the watchrule is not found.
Also start using mock instead of mox.

Change-Id: Ia3baf510ffeafc73c42da7e2830819055c244c51
2013-07-25 14:30:39 +10:00

16 lines
246 B
Plaintext

# Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
hacking>=0.5.3,<0.6
coverage
discover
mock>=0.8.0
mox==0.5.3
testtools>=0.9.29
testrepository>=0.0.13
python-glanceclient
sphinx>=1.1.2
Babel