From 1cbf1c681a9ad36e488fef1e8ce139992651baaf Mon Sep 17 00:00:00 2001 From: Zach White Date: Sat, 6 Mar 2021 15:56:45 -0800 Subject: [PATCH] Enforce minimum versions for jsonschema and MILC (#12141) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 27a6baed997..f74cb73cb72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ argcomplete colorama dotty-dict hjson -jsonschema -milc +jsonschema>=3 +milc>=1.1.0 pygments