blob: 60d6f3aec07ac6c0d09ce193c6c85fee77e1ca2d (
plain)
1
2
3
4
5
6
7
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
|