Commit bc6fa21
committed
fix: add missing Pillow dependency to essays service
file_processing.py and plugins.py import PIL.Image but Pillow was
not listed in pyproject.toml dependencies. Container crashes with
ModuleNotFoundError: No module named 'PIL' on startup.1 parent 420fa6d commit bc6fa21
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments