mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
feat: Add Pillow library to project requirements
This commit is contained in:
parent
66097f3507
commit
1156b3f22e
3 changed files with 6 additions and 0 deletions
|
@ -216,6 +216,10 @@ pexpect==4.9.0
|
|||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# -r requirements/requirements.in
|
||||
pillow==11.1.0
|
||||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
# -r requirements/requirements.in
|
||||
pip==25.0.1
|
||||
# via
|
||||
# -c requirements/common-constraints.txt
|
||||
|
|
|
@ -275,6 +275,7 @@ pexpect==4.9.0
|
|||
# via -r requirements/requirements.in
|
||||
pillow==11.1.0
|
||||
# via
|
||||
# -r requirements/requirements.in
|
||||
# llama-index-core
|
||||
# matplotlib
|
||||
# sentence-transformers
|
||||
|
|
|
@ -27,6 +27,7 @@ psutil
|
|||
watchfiles
|
||||
socksio
|
||||
pip
|
||||
pillow
|
||||
|
||||
# The proper dependency is networkx[default], but this brings
|
||||
# in matplotlib and a bunch of other deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue