Browse Source

switch to qmk-dotty-dict (#13460)

pull/13554/head
Zach White 2 years ago
committed by GitHub
parent
commit
ffdfe3798b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      lib/python/qmk/cli/__init__.py
  2. +1
    -1
      requirements.txt

+ 1
- 0
lib/python/qmk/cli/__init__.py View File

@ -16,6 +16,7 @@ import_names = {
# A mapping of package name to importable name # A mapping of package name to importable name
'pep8-naming': 'pep8ext_naming', 'pep8-naming': 'pep8ext_naming',
'pyusb': 'usb.core', 'pyusb': 'usb.core',
'qmk-dotty-dict': 'dotty_dict'
} }
safe_commands = [ safe_commands = [


+ 1
- 1
requirements.txt View File

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

Loading…
Cancel
Save