Fix heat_stack_owner bug
[parser.git] / apigateway / test-requirements.txt
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
5 # Hacking already pins down pep8, pyflakes and flake8
6 coverage>=4.0 # Apache-2.0
7 flake8<2.6.0,>=2.5.4 # MIT
8 hacking<0.11,>=0.10.2
9 mock>=2.0 # BSD
10 openstackdocstheme>=1.5.0 # Apache-2.0
11 oslotest>=1.10.0 # Apache-2.0
12 os-testr>=0.8.0 # Apache-2.0
13 PyMySQL!=0.7.7,>=0.7.6 # MIT License
14 tempest>=12.1.0 # Apache-2.0
15 testrepository>=0.0.18 # Apache-2.0/BSD
16 testscenarios>=0.4 # Apache-2.0/BSD
17 testtools>=1.4.0 # MIT
18
19 # Documentation
20 os-api-ref>=1.0.0 # Apache-2.0
21 oslosphinx>=4.7.0 # Apache-2.0
22 sphinx!=1.3b1,<1.4,>=1.2.1 # BSD