diff options
author | Sergey Vlasov <sigprof@gmail.com> | 2022-05-31 07:08:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 14:08:23 +1000 |
commit | 650be92cf96440920ebf1079c11f2f36c4a9edc1 (patch) | |
tree | 1e87b09823c18c94c97dcba09b9a3e3455552c54 /util/nix/pyproject.toml | |
parent | 0e11b511e4a3c48a67de6414b0907ec26dfcdf49 (diff) |
Nix shell updates (#17243)
Diffstat (limited to 'util/nix/pyproject.toml')
-rw-r--r-- | util/nix/pyproject.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/util/nix/pyproject.toml b/util/nix/pyproject.toml index 1ec8aacd4a..f06b977999 100644 --- a/util/nix/pyproject.toml +++ b/util/nix/pyproject.toml @@ -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] |