Fix pillow backwards compatibility, add mozjpeg-lossless-optimization to setup.py (#461)

- Fix pillow backwards compatibility
- Add mozjpeg-lossless-optimization to setup.py
This commit is contained in:
Cory Kleinschmidt
2023-01-21 00:35:59 +01:00
committed by GitHub
parent 03bd67cf2f
commit c979486e28
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -96,6 +96,7 @@ setuptools.setup(
'psutil>=5.0.0',
'python-slugify>=1.2.1,<8.0.0',
'raven>=6.0.0',
'mozjpeg-lossless-optimization>=1.1.2',
],
classifiers=[],
zip_safe=False,