From 3a2404010f8c0fdb3a9e9940202f59b84cb2791f Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 10 Jun 2019 14:34:48 +0100 Subject: Validate data according to a schema It became clear that a formal schema would make it easier to validate data. This is now added and the code is updated to work with this schema. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 8544bc6..f26df38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ gunicorn = "^19.9" pymysql = "^0.9.3" cryptography = "^2.6" markdown = "^3.1" +jsonschema = "^3.0" [tool.poetry.dev-dependencies] pytest = "^3.0" -- cgit v1.2.3