okozachenko | 093ce9e | 2021-04-01 22:47:39 +0300 | [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 | |
| 5 | pbr>=2.0 # Apache-2.0 |
| 6 | flask |
okozachenko1203 | 56b3756 | 2021-04-06 17:25:00 +0200 | [diff] [blame] | 7 | cotyledon>=1.3.0 #Apache-2.0 |
| 8 | futurist>=1.8.0 # Apache-2.0 |
okozachenko | 093ce9e | 2021-04-01 22:47:39 +0300 | [diff] [blame] | 9 | gunicorn |
| 10 | oslo.db>=5.0.0 |
| 11 | oslo.config>=8.1.0 |
okozachenko | b8f9e2e | 2021-04-07 20:02:42 +0300 | [diff] [blame] | 12 | oslo.log>=4.4.0 # Apache-2.0 |
Susanta Gautam | 7bfec4f | 2021-04-16 16:22:14 +0545 | [diff] [blame^] | 13 | openstacksdk>0.28.0 |
| 14 | pymysql |