Merge pull request #1412 from SchrodingersGat/pillow-version

Bump pillow version
This commit is contained in:
Oliver 2021-03-19 11:25:10 +11:00 committed by GitHub
commit c9464fd393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
wheel>=0.34.2 # Wheel
Django==3.0.7 # Django package
pillow==7.1.0 # Image manipulation
pillow==8.1.1 # Image manipulation
djangorestframework==3.10.3 # DRF framework
django-dbbackup==3.3.0 # Database backup / restore functionality
django-cors-headers==3.2.0 # CORS headers extension for DRF