mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-15 17:34:43 +00: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
3 changed files with 11 additions and 0 deletions
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…
Add table
Reference in a new issue