diff options
Diffstat (limited to 'app/scripts/requirements.txt')
-rw-r--r-- | app/scripts/requirements.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/scripts/requirements.txt b/app/scripts/requirements.txt new file mode 100644 index 0000000..60d6f3a --- /dev/null +++ b/app/scripts/requirements.txt @@ -0,0 +1,8 @@ +# Copyright (c) 2021 The ZMK Contributors +# SPDX-License-Identifier: MIT + +# Convert YAML to JSON for validation +remarshal>=0.14.0 + +# Perform our hardware metadata validation +jsonschema>=3.2.0
\ No newline at end of file |