python: Create requirements.txt files for each "project"
authorTom Rini <trini@konsulko.com>
Tue, 4 Feb 2025 23:12:04 +0000 (17:12 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Feb 2025 23:11:35 +0000 (17:11 -0600)
commit5818fcf32e1c4a994d520a86d0cc287ebbd2cfbd
tree2325a130640d9f441b2c872518c4b001a739eda1
parent30a8c830e92e748a13d881bfe4ded4f7c48c8619
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>
tools/binman/requirements.txt [new file with mode: 0644]
tools/patman/requirements.txt [new file with mode: 0644]
tools/u_boot_pylib/requirements.txt [new file with mode: 0644]