~ruther/qmk_firmware

ffdfe3798bc7bd374991abe8f10494f2e73aedd5 — Zach White 4 years ago 1c9af23
switch to qmk-dotty-dict (#13460)

2 files changed, 2 insertions(+), 1 deletions(-)

M lib/python/qmk/cli/__init__.py
M requirements.txt
M lib/python/qmk/cli/__init__.py => lib/python/qmk/cli/__init__.py +1 -0
@@ 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 = [

M requirements.txt => requirements.txt +1 -1
@@ 2,10 2,10 @@
appdirs
argcomplete
colorama
dotty-dict
hid
hjson
jsonschema>=3
milc>=1.4.2
pygments
pyusb
qmk-dotty-dict