API - use task queue to send password request email

This commit is contained in:
Sam
2020-07-14 22:03:56 +02:00
parent e990a63675
commit c797d4393e
8 changed files with 112 additions and 11 deletions

View File

@@ -19,6 +19,8 @@ python-forecastio = "^1.4"
gunicorn = "^20.0"
tqdm = "^4.42"
humanize = "^2.5.0"
dramatiq = {extras = ["redis"], version = "^1.9.0"}
flask-dramatiq = "^0.6.0"
[tool.poetry.dev-dependencies]
black = "^19.10b0"