Add email sending task

This commit is contained in:
R. Miles McCain
2020-05-09 12:35:50 -04:00
parent 6978bbd03e
commit 4569744726
3 changed files with 26 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ redis = "*"
django-redis-cache = "*"
pycountry = "*"
ipaddress = "*"
html2text = "*"
[pipenv]
allow_prereleases = true