diff options
author | Joel Challis <git@zvecr.com> | 2022-08-21 18:38:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-21 18:38:17 +0100 |
commit | 9b7965d3a962461355f7fa8c8bf06341b8eabc62 (patch) | |
tree | 1eecc0b2381138d739623666df6d5d1ea218da54 | |
parent | efd893be3928264026bdfdc45756599dfe61ff6f (diff) | |
download | qmk_firmware-9b7965d3a962461355f7fa8c8bf06341b8eabc62.tar.gz qmk_firmware-9b7965d3a962461355f7fa8c8bf06341b8eabc62.zip |
Align CLI requirements (#18117)
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 9c192b0f0f..6bee746324 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ appdirs argcomplete colorama +dotty-dict hid hjson jsonschema>=4 @@ -9,5 +10,4 @@ milc>=1.4.2 pygments pyserial pyusb -qmk-dotty-dict pillow |