diff options
-rw-r--r-- | lib/python/qmk/cli/__init__.py | 1 | ||||
-rw-r--r-- | requirements.txt | 2 |
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 | ||
21 | safe_commands = [ | 22 | safe_commands = [ |
diff --git a/requirements.txt b/requirements.txt index 3e23a6f33..92381d7d5 100644 --- a/requirements.txt +++ b/requirements.txt | |||
@@ -2,10 +2,10 @@ | |||
2 | appdirs | 2 | appdirs |
3 | argcomplete | 3 | argcomplete |
4 | colorama | 4 | colorama |
5 | dotty-dict | ||
6 | hid | 5 | hid |
7 | hjson | 6 | hjson |
8 | jsonschema>=3 | 7 | jsonschema>=3 |
9 | milc>=1.4.2 | 8 | milc>=1.4.2 |
10 | pygments | 9 | pygments |
11 | pyusb | 10 | pyusb |
11 | qmk-dotty-dict | ||