added [browser] extra; refac the pip install utils

This commit is contained in:
Paul Gauthier 2024-07-14 17:22:17 +01:00
parent 057c1af449
commit 76dad84285
13 changed files with 257 additions and 151 deletions

View file

@ -8,8 +8,8 @@ pip-compile \
--output-file=requirements.txt \
$1
for SUFFIX in dev hf-embed ; do
echo suffix: ${SUFFIX}
for SUFFIX in dev hf-embed browser; do
pip-compile \
requirements/requirements-${SUFFIX}.in \
--output-file=requirements/requirements-${SUFFIX}.txt \