diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-10 14:34:48 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-10 14:34:48 +0100 |
| commit | 3a2404010f8c0fdb3a9e9940202f59b84cb2791f (patch) | |
| tree | 3de6bfe5db4bf623e38d335899a715d3e8c65c76 /pyproject.toml | |
| parent | Use tojson instead of safe (diff) | |
| download | AnnotateChange-3a2404010f8c0fdb3a9e9940202f59b84cb2791f.tar.gz AnnotateChange-3a2404010f8c0fdb3a9e9940202f59b84cb2791f.zip | |
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.
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
