mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24: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
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
# -r requirements/requirements.in
|
# -r requirements/requirements.in
|
||||||
|
pillow==11.1.0
|
||||||
|
# via
|
||||||
|
# -c requirements/common-constraints.txt
|
||||||
|
# -r requirements/requirements.in
|
||||||
pip==25.0.1
|
pip==25.0.1
|
||||||
# via
|
# via
|
||||||
# -c requirements/common-constraints.txt
|
# -c requirements/common-constraints.txt
|
||||||
|
|
|
@ -275,6 +275,7 @@ pexpect==4.9.0
|
||||||
# via -r requirements/requirements.in
|
# via -r requirements/requirements.in
|
||||||
pillow==11.1.0
|
pillow==11.1.0
|
||||||
# via
|
# via
|
||||||
|
# -r requirements/requirements.in
|
||||||
# llama-index-core
|
# llama-index-core
|
||||||
# matplotlib
|
# matplotlib
|
||||||
# sentence-transformers
|
# sentence-transformers
|
||||||
|
|
|
@ -27,6 +27,7 @@ psutil
|
||||||
watchfiles
|
watchfiles
|
||||||
socksio
|
socksio
|
||||||
pip
|
pip
|
||||||
|
pillow
|
||||||
|
|
||||||
# The proper dependency is networkx[default], but this brings
|
# The proper dependency is networkx[default], but this brings
|
||||||
# in matplotlib and a bunch of other deps
|
# in matplotlib and a bunch of other deps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue