From 7a20dc64d7af4f406a42fca0fc31ea6bfa7fdda7 Mon Sep 17 00:00:00 2001 From: hackerkid Date: Thu, 19 Jan 2017 21:56:47 +0530 Subject: [PATCH] requirements: Add olefile package to common.txt. Olefile is needed for running Pillow==4.0.0. --- requirements/common.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/common.txt b/requirements/common.txt index adbca33879..3efb997da1 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -82,6 +82,9 @@ mock==2.0.0 oauth2client==4.0.0 oauthlib==2.0.1 +# Required for Pillow==4.0.0 +olefile==0.44 + # Needed for mock>1.1.2 pbr==1.10