mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 12:21:03 +02:00
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:
parent
30a8c830e9
commit
5818fcf32e
5
tools/binman/requirements.txt
Normal file
5
tools/binman/requirements.txt
Normal 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
|
||||
5
tools/patman/requirements.txt
Normal file
5
tools/patman/requirements.txt
Normal 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
|
||||
1
tools/u_boot_pylib/requirements.txt
Normal file
1
tools/u_boot_pylib/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
concurrencytest==0.1.2
|
||||
Loading…
x
Reference in New Issue
Block a user