switch to qmk-dotty-dict (#13460)

qmk_compile_improvements
Zach White 4 years ago committed by GitHub
parent 1c9af238dc
commit ffdfe3798b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/python/qmk/cli/__init__.py
  2. 2
      requirements.txt

@ -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 = [

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

Loading…
Cancel
Save