diff options
| author | Zach White <skullydazed@gmail.com> | 2021-03-06 15:56:45 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-06 15:56:45 -0800 |
| commit | 1cbf1c681a9ad36e488fef1e8ce139992651baaf (patch) | |
| tree | 3ec85d60f6cf56e013a4c074de6573747d8253c5 /requirements.txt | |
| parent | 9b85b1b638f95ec92398fdb8847561ac90e8745d (diff) | |
| download | qmk_firmware-1cbf1c681a9ad36e488fef1e8ce139992651baaf.tar.gz qmk_firmware-1cbf1c681a9ad36e488fef1e8ce139992651baaf.zip | |
Enforce minimum versions for jsonschema and MILC (#12141)
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 27a6baed9..f74cb73cb 100644 --- a/requirements.txt +++ b/requirements.txt | |||
| @@ -4,6 +4,6 @@ argcomplete | |||
| 4 | colorama | 4 | colorama |
| 5 | dotty-dict | 5 | dotty-dict |
| 6 | hjson | 6 | hjson |
| 7 | jsonschema | 7 | jsonschema>=3 |
| 8 | milc | 8 | milc>=1.1.0 |
| 9 | pygments | 9 | pygments |
