From f111753e0ffc072e23edf869f74c178b282745c2 Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 13 Oct 2015 22:47:37 +0200 Subject: [PATCH] Forcing pillow 2.9.0 for now to avoid the new forced dependencies introduced in 3.0. --- requirements.txt | 2 +- win_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7a552253fb..8894232705 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ django >= 1.8, < 1.9 twisted >= 15.2.1 mock >= 1.0.1 -pillow +pillow == 2.9.0 pytz diff --git a/win_requirements.txt b/win_requirements.txt index 82d1b2c23c..787d643678 100644 --- a/win_requirements.txt +++ b/win_requirements.txt @@ -6,5 +6,5 @@ pypiwin32 django >= 1.8, < 1.9 twisted >= 15.2.1 mock >= 1.0.1 -pillow +pillow == 2.9.0 pytz