pillow 10 fails with: AttributeError: 'ImageDraw' object has no attribute 'textsize' downgrade until that is fixed

This commit is contained in:
j 2023-08-25 12:30:35 +02:00
parent cbaeffde68
commit 2d30059cee
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ elasticsearch<8
future
pytz
pypdfium2
Pillow>=10
Pillow<10