aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/python/qmk/cli/__init__.py1
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/__init__.py b/lib/python/qmk/cli/__init__.py
index 7f5e0a1fa..1e1c26671 100644
--- a/lib/python/qmk/cli/__init__.py
+++ b/lib/python/qmk/cli/__init__.py
@@ -16,6 +16,7 @@ import_names = {
16 # A mapping of package name to importable name 16 # A mapping of package name to importable name
17 'pep8-naming': 'pep8ext_naming', 17 'pep8-naming': 'pep8ext_naming',
18 'pyusb': 'usb.core', 18 'pyusb': 'usb.core',
19 'qmk-dotty-dict': 'dotty_dict'
19} 20}
20 21
21safe_commands = [ 22safe_commands = [
diff --git a/requirements.txt b/requirements.txt
index 3e23a6f33..92381d7d5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,10 +2,10 @@
2appdirs 2appdirs
3argcomplete 3argcomplete
4colorama 4colorama
5dotty-dict
6hid 5hid
7hjson 6hjson
8jsonschema>=3 7jsonschema>=3
9milc>=1.4.2 8milc>=1.4.2
10pygments 9pygments
11pyusb 10pyusb
11qmk-dotty-dict