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 |
ricolin | 237d7aa | 2023-03-30 14:01:08 +0800 | [diff] [blame] | 6 | |
| 7 | alembic>=1.4.2 # MIT |
okozachenko | 093ce9e | 2021-04-01 22:47:39 +0300 | [diff] [blame] | 8 | flask |
okozachenko1203 | 56b3756 | 2021-04-06 17:25:00 +0200 | [diff] [blame] | 9 | cotyledon>=1.3.0 #Apache-2.0 |
| 10 | futurist>=1.8.0 # Apache-2.0 |
okozachenko | 093ce9e | 2021-04-01 22:47:39 +0300 | [diff] [blame] | 11 | gunicorn |
| 12 | oslo.db>=5.0.0 |
| 13 | oslo.config>=8.1.0 |
okozachenko | b8f9e2e | 2021-04-07 20:02:42 +0300 | [diff] [blame] | 14 | oslo.log>=4.4.0 # Apache-2.0 |
okozachenko | ca2b37a | 2021-05-06 20:38:02 +0300 | [diff] [blame] | 15 | oslo_versionedobjects |
Oleksandr Kozachenko | 9685c15 | 2022-11-02 14:19:18 +0100 | [diff] [blame] | 16 | oslo.utils # Apache-2.0 |
Susanta Gautam | 7bfec4f | 2021-04-16 16:22:14 +0545 | [diff] [blame] | 17 | openstacksdk>0.28.0 |
okozachenko | f787cdc | 2021-05-04 11:46:54 +0300 | [diff] [blame] | 18 | pymysql |
Susanta Gautam | def7a45 | 2021-05-10 17:34:52 +0545 | [diff] [blame] | 19 | parse |
Oleksandr Kozachenko | 9685c15 | 2022-11-02 14:19:18 +0100 | [diff] [blame] | 20 | tooz # Apache-2.0 |
ricolin | a74b04b | 2023-09-25 17:47:37 +0800 | [diff] [blame] | 21 | sherlock>=0.4.1 # MIT |
okozachenko | 301d50b | 2021-05-05 10:35:15 +0300 | [diff] [blame] | 22 | # email |
Oleksandr Kozachenko | 9685c15 | 2022-11-02 14:19:18 +0100 | [diff] [blame] | 23 | # smtplib |