mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
special case tree-sitter deps
This commit is contained in:
parent
c823bf4fbb
commit
25da0674bb
5 changed files with 20 additions and 84 deletions
|
@ -21,10 +21,14 @@ uv pip compile \
|
|||
$VERBOSITY \
|
||||
--no-strip-extras \
|
||||
--constraint=requirements/common-constraints.txt \
|
||||
--output-file=requirements.txt \
|
||||
--output-file=tmp.requirements.txt \
|
||||
requirements/requirements.in \
|
||||
$1
|
||||
|
||||
grep -v ^tree-sitter= tmp.requirements.txt \
|
||||
| cat - requirements/tree-sitter.in \
|
||||
> requirements.txt
|
||||
|
||||
# Compile additional requirements files
|
||||
SUFFIXES=(dev help browser playwright)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue