This module will be used for accessing Patchwork, so add it to the requirements.txt file.
Signed-off-by: Simon Glass <s...@chromium.org> --- Changes in v2: - Rework commit message since this only updates requirements.txt now tools/patman/requirements.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0