feat: Add Pillow library to project requirements

This commit is contained in:
Paul Gauthier 2025-03-05 16:39:42 -08:00 committed by Paul Gauthier (aider)
parent 66097f3507
commit 1156b3f22e
3 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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