commit | 2b12bd52858089163425c2a672ca1c9205d31c1b | [log] [tgz] |
---|---|---|
author | Susanta Gautam <xuxant02@gmail.com> | Fri Apr 16 16:22:14 2021 +0545 |
committer | Susanta Gautam <xuxant02@gmail.com> | Fri Apr 16 16:22:14 2021 +0545 |
tree | 70216e00448b99803448e1ad91827510372b5ac5 | |
parent | 32a692ec92ca89b558f135baf363aa7e76dc9976 [diff] [blame] |
Added database modules, migration entrypoint.
diff --git a/requirements.txt b/requirements.txt index 2fce69b..f0b6bc7 100755 --- a/requirements.txt +++ b/requirements.txt
@@ -10,4 +10,5 @@ oslo.db>=5.0.0 oslo.config>=8.1.0 oslo.log>=4.4.0 # Apache-2.0 -openstacksdk>0.28.0 \ No newline at end of file +openstacksdk>0.28.0 +pymysql \ No newline at end of file