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. |
Ghanshyam Mann | 5a0c57c | 2020-05-12 21:51:09 -0500 | [diff] [blame] | 4 | hacking>=3.0.1,<3.1.0 # Apache-2.0 |
OpenStack Proposal Bot | d8e0d08 | 2017-07-25 20:47:47 +0000 | [diff] [blame] | 5 | fixtures>=3.0.0 # Apache-2.0/BSD |
OpenStack Proposal Bot | c971b45 | 2017-07-06 14:03:09 +0000 | [diff] [blame] | 6 | coverage!=4.4,>=4.0 # Apache-2.0 |
OpenStack Proposal Bot | 6836b87 | 2017-09-16 23:22:34 +0000 | [diff] [blame] | 7 | nose>=1.3.7 # LGPL |
| 8 | nosexcover>=1.0.10 # BSD |
OpenStack Proposal Bot | e6a70a5 | 2018-01-16 04:28:31 +0000 | [diff] [blame] | 9 | oslotest>=3.2.0 # Apache-2.0 |
Gage Hugo | 0f73e7c | 2018-08-21 15:51:08 -0500 | [diff] [blame] | 10 | bandit>=1.5 # Apache-2.0 |
Ghanshyam Mann | cfac16a | 2020-07-26 12:48:10 -0500 | [diff] [blame] | 11 | mock>=2.0.0 # BSD |