Michael Johnson | 34139b0 | 2017-03-15 10:31:10 -0700 | [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 | 81d6349 | 2017-06-06 01:53:58 +0000 | [diff] [blame] | 5 | hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 |
Michael Johnson | 34139b0 | 2017-03-15 10:31:10 -0700 | [diff] [blame] | 6 | |
OpenStack Proposal Bot | 81d6349 | 2017-06-06 01:53:58 +0000 | [diff] [blame] | 7 | coverage!=4.4,>=4.0 # Apache-2.0 |
OpenStack Proposal Bot | 1f41eac | 2017-11-16 11:16:55 +0000 | [diff] [blame] | 8 | python-subunit>=1.0.0 # Apache-2.0/BSD |
OpenStack Proposal Bot | bf8dbae | 2017-06-27 12:17:07 +0000 | [diff] [blame] | 9 | sphinx>=1.6.2 # BSD |
Michael Johnson | 34139b0 | 2017-03-15 10:31:10 -0700 | [diff] [blame] | 10 | oslosphinx>=4.7.0 # Apache-2.0 |
| 11 | oslotest>=1.10.0 # Apache-2.0 |
OpenStack Proposal Bot | 81d6349 | 2017-06-06 01:53:58 +0000 | [diff] [blame] | 12 | testrepository>=0.0.18 # Apache-2.0/BSD |
| 13 | testscenarios>=0.4 # Apache-2.0/BSD |
OpenStack Proposal Bot | 1f41eac | 2017-11-16 11:16:55 +0000 | [diff] [blame] | 14 | testtools>=2.2.0 # MIT |
Michael Johnson | 34139b0 | 2017-03-15 10:31:10 -0700 | [diff] [blame] | 15 | |
| 16 | # releasenotes |
OpenStack Proposal Bot | c0246d0 | 2017-08-18 11:36:53 +0000 | [diff] [blame] | 17 | reno>=2.5.0 # Apache-2.0 |