Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [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 | |
OpenStack Proposal Bot | 1cf8cec | 2018-01-27 20:11:19 +0000 | [diff] [blame] | 5 | hacking<0.13,>=0.12.0 # Apache-2.0 |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 6 | |
OpenStack Proposal Bot | 1cf8cec | 2018-01-27 20:11:19 +0000 | [diff] [blame] | 7 | coverage!=4.4,>=4.0 # Apache-2.0 |
Brian Haley | 33ef460 | 2018-04-26 14:37:49 -0400 | [diff] [blame^] | 8 | flake8-import-order==0.12 # LGPLv3 |
OpenStack Proposal Bot | 1cf8cec | 2018-01-27 20:11:19 +0000 | [diff] [blame] | 9 | python-subunit>=1.0.0 # Apache-2.0/BSD |
OpenStack Proposal Bot | cf28ac2 | 2018-03-15 07:23:59 +0000 | [diff] [blame] | 10 | sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD |
OpenStack Proposal Bot | 1cf8cec | 2018-01-27 20:11:19 +0000 | [diff] [blame] | 11 | oslotest>=3.2.0 # Apache-2.0 |
| 12 | testrepository>=0.0.18 # Apache-2.0/BSD |
| 13 | testtools>=2.2.0 # MIT |
| 14 | openstackdocstheme>=1.18.1 # Apache-2.0 |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 15 | # releasenotes |
OpenStack Proposal Bot | 1cf8cec | 2018-01-27 20:11:19 +0000 | [diff] [blame] | 16 | reno>=2.5.0 # Apache-2.0 |