mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
add pip as a req
This commit is contained in:
parent
a8dde17155
commit
f009e8fb14
8 changed files with 166 additions and 154 deletions
|
@ -5,6 +5,7 @@ set -e
|
|||
|
||||
# First compile the base requirements
|
||||
pip-compile \
|
||||
--allow-unsafe \
|
||||
requirements/requirements.in \
|
||||
--output-file=requirements.txt \
|
||||
$1
|
||||
|
@ -15,6 +16,7 @@ CONSTRAINTS="--constraint=requirements.txt"
|
|||
|
||||
for SUFFIX in "${SUFFIXES[@]}"; do
|
||||
pip-compile \
|
||||
--allow-unsafe \
|
||||
requirements/requirements-${SUFFIX}.in \
|
||||
--output-file=requirements/requirements-${SUFFIX}.txt \
|
||||
${CONSTRAINTS} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue