mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-18 10:06:20 +03:00
[build] Rename requirements files to clean up dependency graph (#16740)
Authored by: bashonly
This commit is contained in:
@@ -14,8 +14,8 @@ export PYTHONPATH
|
||||
# shellcheck disable=SC1091
|
||||
source .venv/bin/activate
|
||||
|
||||
python -m pip install -U --require-hashes -r "bundle/requirements/requirements-pyinstaller.txt"
|
||||
python -m pip install -U --require-hashes -r "bundle/requirements/requirements-${REQUIREMENTS}.txt"
|
||||
python -m pip install -U --require-hashes -r "bundle/requirements/pyinstaller.txt"
|
||||
python -m pip install -U --require-hashes -r "bundle/requirements/${REQUIREMENTS}.txt"
|
||||
python -m devscripts.make_lazy_extractors
|
||||
python devscripts/update-version.py -c "${CHANNEL}" -r "${ORIGIN}" "${VERSION}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user