1
0
Fork 0

Nix shell updates (#17243)

This commit is contained in:
Sergey Vlasov 2022-05-31 07:08:23 +03:00 committed by GitHub
parent 0e11b511e4
commit 650be92cf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 223 additions and 136 deletions

View file

@ -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]