From e381b12210aef7acc77253d3ad36d04157aa593b Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 22 Jul 2023 00:14:45 +0530 Subject: [PATCH] buildman: Create a requirements.txt file At this point, buildman requires a few different modules and so we need a requirements.txt to track what modules are needed. Cc: Simon Glass Cc: Neha Malcom Francis Reviewed-by: Simon Glass Signed-off-by: Neha Malcom Francis Signed-off-by: Tom Rini --- tools/buildman/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/buildman/requirements.txt diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt new file mode 100644 index 0000000000..a1efcb9d4b --- /dev/null +++ b/tools/buildman/requirements.txt @@ -0,0 +1,2 @@ +jsonschema==4.17.3 +pyyaml==6.0 -- 2.39.5