diff options
author | Zach White <skullydazed@gmail.com> | 2021-07-14 09:08:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 09:08:48 -0700 |
commit | ffdfe3798bc7bd374991abe8f10494f2e73aedd5 (patch) | |
tree | 016ec465a7b1bdf78c3728c642dd5cb937d05020 | |
parent | 1c9af238dc3550f103c56442d7a0b25bc5c5710b (diff) | |
download | qmk_firmware-ffdfe3798bc7bd374991abe8f10494f2e73aedd5.tar.gz qmk_firmware-ffdfe3798bc7bd374991abe8f10494f2e73aedd5.zip |
switch to qmk-dotty-dict (#13460)
-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 | ||