requirements.txt: add jsonschema (required for events json validation)

This commit is contained in:
Beat Küng
2021-04-30 15:07:20 +02:00
committed by Daniel Agar
parent 594f47c9f8
commit c6eccd4518
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ cerberus
coverage
empy>=3.3
jinja2>=2.8
jsonschema
matplotlib>=3.0.*
numpy>=1.13
nunavut>=1.1.0
+1
View File
@@ -44,6 +44,7 @@ in pkgs.mkShell {
coverage
empy
jinja2
jsonschema
matplotlib
numpy
packaging