commit | 7bfec4f0e149891c05aeeb5ead5cb23a07b2aa6e | [log] [tgz] |
---|---|---|
author | Susanta Gautam <xuxant02@gmail.com> | Fri Apr 16 16:22:14 2021 +0545 |
committer | Susanta Gautam <xuxant02@gmail.com> | Tue Apr 20 14:47:52 2021 +0545 |
tree | c94228cf320634ff607469c2b1ef187bc817d513 | |
parent | 82b290dd033f65262ea9985690e7233435bd66df [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