renamed hf-embed -> help

This commit is contained in:
Paul Gauthier 2024-07-16 10:58:49 +01:00
parent bd8143a880
commit b18dbf4772
8 changed files with 23 additions and 22 deletions

View file

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