mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
added [browser] extra; refac the pip install utils
This commit is contained in:
parent
057c1af449
commit
76dad84285
13 changed files with 257 additions and 151 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue