Changeset - 646735252f7d
[Not reviewed]
fossy2024
0 1 0
Ben Sturmfels (bsturmfels) - 1 month ago 2024-07-23 12:32:24
ben@sturm.com.au
Upgrade django-easy-thumbnails to support new Pillow

Pillow dropped the Image.ANTIALIAS constant.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
requirements.txt
Show inline comments
...
 
@@ -25,13 +25,13 @@ factory_boy==3.1.0
 
django-appconf==1.0.4
 
django-model-utils==4.0.0
 
django-reversion==3.0.8
 
django-sitetree==1.16.0
 
django-taggit==1.3.0
 
django-timezone-field==4.1.2
 
easy-thumbnails==2.7.0
 
easy-thumbnails==2.8.5
 
bleach==3.2.1
 
pytz>=2020.1
 
django-ical==1.7.1
 

	
 
# Registrasion reqs
 
django-nested-admin==3.3.2
0 comments (0 inline, 0 general)