Raissa Sarmento | 3dd627b | 2017-09-27 12:18:44 +0100 | [diff] [blame] | 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>=0.12.0,<0.13 # Apache-2.0 |
| 6 | |
| 7 | coverage>=4.0,!=4.4 # Apache-2.0 |
| 8 | python-subunit>=0.0.18 # Apache-2.0/BSD |
| 9 | sphinx>=1.6.2 # BSD |
| 10 | oslotest>=1.10.0 # Apache-2.0 |
| 11 | stestr>=1.0.0 # Apache-2.0 |
| 12 | testtools>=1.4.0 # MIT |
| 13 | openstackdocstheme>=1.11.0 # Apache-2.0 |
| 14 | # releasenotes |
| 15 | reno>=1.8.0 # Apache-2.0 |