commit | 885b5fa49858d0cc2fe9436161c4745eaa2f172c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 29 07:22:12 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:41 2025 +0100 |
tree | 120e0201bd144bdcafd373bbc677396292bfd197 | |
parent | c0257984c8c2252fb5de0ddae7f69e0fe1f667bd [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>
diff --git a/tools/patman/requirements.txt b/tools/patman/requirements.txt index e8cbc6c..57a284d 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