From 0dfd3379c50391202fa1a9c2b45eda36aa3c044b Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Mon, 3 Aug 2020 22:46:37 +0200 Subject: [PATCH] re-add Pillow to make old migrations (and travis) run --- src/requirements/production.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index a2867033..4cc4ae6f 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -35,3 +35,6 @@ python-magic==0.4.18 service-identity==18.1.0 Unidecode==1.1.1 wheel==0.34.2 + +# pillow is only here to make old migrations run +Pillow==7.2.0