bookwyrm-social / bookwyrm

Social reading and reviewing, decentralized with ActivityPub
http://joinbookwyrm.com/
Other
2.17k stars 255 forks source link

[FIX] make sure to get Pillow>=10 compatible pilkit #3342

Closed hbrunn closed 2 months ago

hbrunn commented 3 months ago

On my system, pilkit 2.0 was pulled, which results in

     img = img.resize((self.width, self.height), Image.ANTIALIAS)
                                                 ^^^^^^^^^^^^^^^
 AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'

with the version of Pillow the requirements file pulls.