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>
This commit is contained in:
Simon Glass 2025-04-29 07:22:12 -06:00
parent 770602195c
commit 31d458b35d

View File

@ -1,3 +1,4 @@
aiohttp==3.9.1
ConfigParser==7.1.0
importlib_resources==6.5.2
pygit2==1.13.3