summaryrefslogtreecommitdiffstats
path: root/util/nix/pyproject.toml
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-05-31 04:09:14 +0000
committerQMK Bot <hello@qmk.fm>2022-05-31 04:09:14 +0000
commit044486500c18871453ac21e8a027117628ecdd51 (patch)
treeda312a63d2a665271a136664f07f28392fd2016b /util/nix/pyproject.toml
parenta099579aa0d1a51923cde0fe825047e7af2b9e86 (diff)
parent650be92cf96440920ebf1079c11f2f36c4a9edc1 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'util/nix/pyproject.toml')
-rw-r--r--util/nix/pyproject.toml4
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]