File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 3535 - name : Generate requirements.txt (exclude dev dependencies)
3636 run : |
3737 uv pip compile pyproject.toml -o requirements.txt
38- uv pip install -r requirements.txt
3938
4039 - name : Run license finder
4140 run : |
42- uv run license_finder
41+ license_finder --prepare
Original file line number Diff line number Diff line change 6161 :why :
6262 :versions : []
6363 :when : 2022-11-17 17:47:26.832844000 Z
64+ - - :permit
65+ - ISC
66+ - :who : ethan
67+ :why : functionally equivalent to MIT
68+ :versions : []
69+ :when : 2025-11-17 15:49:22.490362000 Z
70+ - - :ignore
71+ - typing-extensions
72+ - :who : ethan
73+ :why : it's part of python and subject to the same license as the language, see
74+ https://github.com/python/typing_extensions/blob/main/LICENSE
75+ :versions : []
76+ :when : 2025-11-17 15:54:33.095491000 Z
You can’t perform that action at this time.
0 commit comments