Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [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 | |
Ghanshyam Mann | 5f8e8cd | 2020-05-14 15:21:17 -0500 | [diff] [blame] | 5 | hacking>=3.0.1,<3.1 # Apache-2.0 |
Nishant Kumar | 9d06ea9 | 2017-07-20 12:13:03 -0400 | [diff] [blame] | 6 | |
OpenStack Proposal Bot | 7557925 | 2018-01-05 10:38:30 +0000 | [diff] [blame] | 7 | coverage!=4.4,>=4.0 # Apache-2.0 |
| 8 | python-subunit>=1.0.0 # Apache-2.0/BSD |
Brian Rosmaita | e0622ed | 2020-01-16 15:15:44 -0500 | [diff] [blame] | 9 | sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD |
OpenStack Proposal Bot | 4f86dba | 2018-01-24 01:50:27 +0000 | [diff] [blame] | 10 | oslotest>=3.2.0 # Apache-2.0 |
OpenStack Proposal Bot | 7557925 | 2018-01-05 10:38:30 +0000 | [diff] [blame] | 11 | testrepository>=0.0.18 # Apache-2.0/BSD |
| 12 | testtools>=2.2.0 # MIT |
OpenStack Proposal Bot | 46b433f | 2018-01-27 17:31:30 +0000 | [diff] [blame] | 13 | openstackdocstheme>=1.18.1 # Apache-2.0 |