diff options
author | QMK Bot <hello@qmk.fm> | 2022-05-31 04:09:14 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-05-31 04:09:14 +0000 |
commit | 044486500c18871453ac21e8a027117628ecdd51 (patch) | |
tree | da312a63d2a665271a136664f07f28392fd2016b /util/nix/pyproject.toml | |
parent | a099579aa0d1a51923cde0fe825047e7af2b9e86 (diff) | |
parent | 650be92cf96440920ebf1079c11f2f36c4a9edc1 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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] |