Raissa Sarmento | 3dd627b | 2017-09-27 12:18:44 +0100 | [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 | 0e78026 | 2020-05-12 18:44:04 -0500 | [diff] [blame] | 5 | hacking>=3.0.1,<3.1.0;python_version>'3' # Apache-2.0 |
Raissa Sarmento | 3dd627b | 2017-09-27 12:18:44 +0100 | [diff] [blame] | 6 | |
OpenStack Proposal Bot | b09dceb | 2018-01-22 10:57:03 +0000 | [diff] [blame] | 7 | coverage!=4.4,>=4.0 # Apache-2.0 |
| 8 | python-subunit>=1.0.0 # Apache-2.0/BSD |
OpenStack Proposal Bot | 72710a2 | 2018-03-15 07:08:58 +0000 | [diff] [blame] | 9 | sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD |
OpenStack Proposal Bot | b09dceb | 2018-01-22 10:57:03 +0000 | [diff] [blame] | 10 | oslotest>=3.2.0 # Apache-2.0 |
Raissa Sarmento | 3dd627b | 2017-09-27 12:18:44 +0100 | [diff] [blame] | 11 | stestr>=1.0.0 # Apache-2.0 |
OpenStack Proposal Bot | b09dceb | 2018-01-22 10:57:03 +0000 | [diff] [blame] | 12 | testtools>=2.2.0 # MIT |
Andreas Jaeger | a3fef5c | 2020-04-23 10:00:19 +0200 | [diff] [blame] | 13 | openstackdocstheme>=1.31.2 # Apache-2.0 |
Raissa Sarmento | 3dd627b | 2017-09-27 12:18:44 +0100 | [diff] [blame] | 14 | # releasenotes |
OpenStack Proposal Bot | b09dceb | 2018-01-22 10:57:03 +0000 | [diff] [blame] | 15 | reno>=2.5.0 # Apache-2.0 |
lkuchlan | 1d1461d | 2020-08-04 11:19:11 +0300 | [diff] [blame] | 16 | flake8-import-order |