diff --git a/lowfat/test_urls.py b/lowfat/test_urls.py index 032723d3..01f96cf0 100644 --- a/lowfat/test_urls.py +++ b/lowfat/test_urls.py @@ -12,6 +12,9 @@ testwrapper, ) +import PIL +PIL.Image.ANTIALIAS = PIL.Image.LANCZOS + class URLTest(TestCase): def setUp(self): diff --git a/requirements.txt b/requirements.txt index e2054f95..8bba1778 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ odfpy==1.4.1 openpyxl==3.1.2 pandas==1.4.3 pilkit==2.0 -pillow==10.2.0 +Pillow==10.2.0 pycparser==2.21 PyJWT==2.4.0 PyPDF2==2.10.3