1# The order of packages is significant, because pip processes them in the order 2# of appearance. Changing the order has an impact on the overall integration 3# process, which may cause wedges in the gate later. 4# this file lists dependencies required for the testing of heat 5 6# Install bounded pep8/pyflakes first, then let flake8 install 7pep8==1.5.7 8pyflakes==0.8.1 9flake8<=2.4.1,>=2.2.4 10 11coverage>=3.6 12discover 13python-subunit>=0.0.18 14testrepository>=0.0.18 15testtools>=1.4.0 16 17six>=1.9.0 18 19# this is required for the docs build jobs 20sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 21oslosphinx>=2.5.0 # Apache-2.0 22 23