DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [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. |
OpenStack Proposal Bot | c971b45 | 2017-07-06 14:03:09 +0000 | [diff] [blame] | 4 | hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 |
Felipe Monteiro | 1ee5f4d | 2017-03-04 18:07:27 +0000 | [diff] [blame] | 5 | |
OpenStack Proposal Bot | c971b45 | 2017-07-06 14:03:09 +0000 | [diff] [blame] | 6 | sphinx>=1.6.2 # BSD |
OpenStack Proposal Bot | 7b9ae3f | 2017-07-28 21:46:33 +0000 | [diff] [blame] | 7 | openstackdocstheme>=1.16.0 # Apache-2.0 |
OpenStack Proposal Bot | 39c460b | 2017-08-18 11:40:43 +0000 | [diff] [blame] | 8 | reno>=2.5.0 # Apache-2.0 |
OpenStack Proposal Bot | d8e0d08 | 2017-07-25 20:47:47 +0000 | [diff] [blame] | 9 | fixtures>=3.0.0 # Apache-2.0/BSD |
OpenStack Proposal Bot | 39c460b | 2017-08-18 11:40:43 +0000 | [diff] [blame] | 10 | mock>=2.0.0 # BSD |
OpenStack Proposal Bot | c971b45 | 2017-07-06 14:03:09 +0000 | [diff] [blame] | 11 | coverage!=4.4,>=4.0 # Apache-2.0 |
Felipe Monteiro | 1ee5f4d | 2017-03-04 18:07:27 +0000 | [diff] [blame] | 12 | nose # LGPL |
| 13 | nosexcover # BSD |
DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 14 | oslotest>=1.10.0 # Apache-2.0 |
OpenStack Proposal Bot | c971b45 | 2017-07-06 14:03:09 +0000 | [diff] [blame] | 15 | oslo.policy>=1.23.0 # Apache-2.0 |
OpenStack Proposal Bot | d889ffd | 2017-08-24 05:59:05 +0000 | [diff] [blame] | 16 | oslo.log>=3.30.0 # Apache-2.0 |
OpenStack Proposal Bot | d55dec5 | 2017-07-14 23:11:03 +0000 | [diff] [blame] | 17 | tempest>=16.1.0 # Apache-2.0 |