From ffdfe3798bc7bd374991abe8f10494f2e73aedd5 Mon Sep 17 00:00:00 2001 From: Zach White Date: Wed, 14 Jul 2021 09:08:48 -0700 Subject: [PATCH] switch to qmk-dotty-dict (#13460) --- lib/python/qmk/cli/__init__.py | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 = { # A mapping of package name to importable name 'pep8-naming': 'pep8ext_naming', 'pyusb': 'usb.core', + 'qmk-dotty-dict': 'dotty_dict' } safe_commands = [ diff --git a/requirements.txt b/requirements.txt index 3e23a6f33..92381d7d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,10 +2,10 @@ appdirs argcomplete colorama -dotty-dict hid hjson jsonschema>=3 milc>=1.4.2 pygments pyusb +qmk-dotty-dict