diff options
| author | Zach White | 2020-12-01 21:52:02 +0100 |
|---|---|---|
| committer | Zach White | 2021-01-08 06:21:12 +0100 |
| commit | ededff8556daff544633cb143cb6d939afd09014 (patch) | |
| tree | fa7d69a513ec8f8d5dd23058c1ea650cb00944df /requirements.txt | |
| parent | 95cbcef34fee3727a224fc13c727ea744fd869e7 (diff) | |
validate keyboard data with jsonschema
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 6e907cf8e8..f4d43da8d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,6 @@ appdirs argcomplete colorama hjson +jsonschema milc pygments |