commit | f787cdce0d1f13f80df8712b84128e8768cf20fc | [log] [tgz] |
---|---|---|
author | okozachenko <okozachenko@vexxhost.com> | Tue May 04 11:46:54 2021 +0300 |
committer | okozachenko <okozachenko@vexxhost.com> | Tue May 04 11:46:54 2021 +0300 |
tree | 0647ec76069477824b59be968d9598b43f37209b | |
parent | b43c4fde246d7c752e6fd3d0f29c2aebbe51a6ce [diff] [blame] |
Add notification module and config
diff --git a/requirements.txt b/requirements.txt index f0b6bc7..b8a1585 100755 --- a/requirements.txt +++ b/requirements.txt
@@ -11,4 +11,7 @@ oslo.config>=8.1.0 oslo.log>=4.4.0 # Apache-2.0 openstacksdk>0.28.0 -pymysql \ No newline at end of file +pymysql + +email +smtplib \ No newline at end of file