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 | |
OpenStack Proposal Bot | 1cf8cec | 2018-01-27 20:11:19 +0000 | [diff] [blame] | 5 | hacking<0.13,>=0.12.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 |
jacky06 | 25cea25 | 2019-06-19 22:58:24 +0800 | [diff] [blame] | 10 | sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD |
pengyuesheng | 7d5bf8d | 2019-07-26 11:29:51 +0800 | [diff] [blame] | 11 | sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD |
OpenStack Proposal Bot | 1cf8cec | 2018-01-27 20:11:19 +0000 | [diff] [blame] | 12 | oslotest>=3.2.0 # Apache-2.0 |
Slawek Kaplonski | aa6baae | 2018-05-21 15:20:27 -0700 | [diff] [blame] | 13 | stestr>=1.0.0 # Apache-2.0 |
OpenStack Proposal Bot | 1cf8cec | 2018-01-27 20:11:19 +0000 | [diff] [blame] | 14 | testtools>=2.2.0 # MIT |
pengyuesheng | 88ff743 | 2019-07-26 11:34:05 +0800 | [diff] [blame] | 15 | openstackdocstheme>=1.20.0 # Apache-2.0 |
Chandan Kumar | 5e61987 | 2017-09-07 22:23:55 +0530 | [diff] [blame] | 16 | # releasenotes |
OpenStack Proposal Bot | 1cf8cec | 2018-01-27 20:11:19 +0000 | [diff] [blame] | 17 | reno>=2.5.0 # Apache-2.0 |