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 | |
Bernard Cafarelli | c3bec86 | 2020-09-10 13:59:49 +0200 | [diff] [blame] | 5 | hacking>=3.2.0,<3.3.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 |
Andreas Jaeger | 5719f99 | 2020-04-19 09:52:11 +0200 | [diff] [blame] | 10 | sphinx>=2.0.0,!=2.1.0 # BSD |
OpenStack Proposal Bot | 1cf8cec | 2018-01-27 20:11:19 +0000 | [diff] [blame] | 11 | oslotest>=3.2.0 # Apache-2.0 |
Slawek Kaplonski | aa6baae | 2018-05-21 15:20:27 -0700 | [diff] [blame] | 12 | stestr>=1.0.0 # Apache-2.0 |
OpenStack Proposal Bot | 1cf8cec | 2018-01-27 20:11:19 +0000 | [diff] [blame] | 13 | testtools>=2.2.0 # MIT |
Andreas Jaeger | 7dc2857 | 2020-05-31 20:10:42 +0200 | [diff] [blame] | 14 | openstackdocstheme>=2.2.1 # Apache-2.0 |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 15 | # releasenotes |
Andreas Jaeger | 7dc2857 | 2020-05-31 20:10:42 +0200 | [diff] [blame] | 16 | reno>=3.1.0 # Apache-2.0 |