python: Create requirements.txt files for each "project"

Rather than have a requirements.txt file that's shared between multiple
python projects within U-Boot, create one for each using "pipreqs".

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2025-02-04 17:12:04 -06:00
committed by Simon Glass
parent b7d9643272
commit d299188c12
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
importlib_resources==6.5.2
jsonschema==4.23.0
pycryptodomex==3.21.0
pyelftools==0.31
yamllint==1.35.1

View File

@@ -0,0 +1,5 @@
ConfigParser==7.1.0
importlib_resources==6.5.2
pygit2==1.13.3
Requests==2.32.3
setuptools==75.8.0

View File

@@ -0,0 +1 @@
concurrencytest==0.1.2