diff options
| author | Tom Rini <[email protected]> | 2025-02-04 17:12:04 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-14 17:11:35 -0600 |
| commit | 5818fcf32e1c4a994d520a86d0cc287ebbd2cfbd (patch) | |
| tree | 2325a130640d9f441b2c872518c4b001a739eda1 /tools/patman | |
| parent | 30a8c830e92e748a13d881bfe4ded4f7c48c8619 (diff) | |
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 <[email protected]>
Diffstat (limited to 'tools/patman')
| -rw-r--r-- | tools/patman/requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/patman/requirements.txt b/tools/patman/requirements.txt new file mode 100644 index 00000000000..e8cbc6cf0c3 --- /dev/null +++ b/tools/patman/requirements.txt @@ -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 |
