Nix shell updates (#17243)
This commit is contained in:
parent
0e11b511e4
commit
650be92cf9
4 changed files with 223 additions and 136 deletions
|
@ -14,11 +14,12 @@ argcomplete = "*"
|
|||
colorama = "*"
|
||||
hid = "*"
|
||||
hjson = "*"
|
||||
jsonschema = ">=3"
|
||||
jsonschema = ">=4"
|
||||
milc = ">=1.4.2"
|
||||
Pygments = "*"
|
||||
pyusb = "*"
|
||||
qmk-dotty-dict = "*"
|
||||
pillow = "*"
|
||||
|
||||
# This dependency is not mentioned in requirements.txt (QMK CLI is not a
|
||||
# library package that is required by the Python code in qmk_firmware), but is
|
||||
|
@ -29,6 +30,7 @@ qmk = "*"
|
|||
nose2 = "*"
|
||||
flake8 = "*"
|
||||
pep8-naming = "*"
|
||||
pyflakes = "*"
|
||||
yapf = "*"
|
||||
|
||||
[build-system]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue