implement mailer with task queue

This commit is contained in:
dandds
2018-10-11 14:58:33 -04:00
parent 0d9f1cd7e0
commit f7d8783349
7 changed files with 106 additions and 61 deletions

View File

@@ -21,6 +21,7 @@ requests = "*"
apache-libcloud = "*"
lockfile = "*"
defusedxml = "*"
"flask-rq2" = "*"
[dev-packages]
bandit = "*"