From da15e439e64c8314825ad5f28073fbcbd436946f Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 30 May 2019 13:29:31 +0100 Subject: Initial version of demo This commit introduces the demo functionality. The task assignment has been removed at the moment, as this will be changed in a future commit. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index a9d0d9d..8544bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ email_validator = "^1.0" gunicorn = "^19.9" pymysql = "^0.9.3" cryptography = "^2.6" +markdown = "^3.1" [tool.poetry.dev-dependencies] pytest = "^3.0" -- cgit v1.2.3