added [playwright] extra

This commit is contained in:
Paul Gauthier 2024-07-14 19:34:48 +01:00
parent bc1369c480
commit 4fbe3d295a
12 changed files with 91 additions and 140 deletions

View file

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