diff options
author | Simon Glass <sjg@chromium.org> | 2025-04-29 07:22:12 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2025-05-27 10:07:41 +0100 |
commit | 31d458b35de88eeaae202dc8b19f00c9635fb13c (patch) | |
tree | 120e0201bd144bdcafd373bbc677396292bfd197 | |
parent | 770602195cde73c39a21687b5c53185ab9ca449f (diff) |
CI: Add a dependency file for patman
Now that patman has an unusual dependency, add a requirements.txt file
and use it in CI
Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | tools/patman/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/patman/requirements.txt b/tools/patman/requirements.txt index e8cbc6cf0c3..57a284d23f2 100644 --- a/tools/patman/requirements.txt +++ b/tools/patman/requirements.txt @@ -1,3 +1,4 @@ +aiohttp==3.9.1 ConfigParser==7.1.0 importlib_resources==6.5.2 pygit2==1.13.3 |