From 4bf2ca25d663eaf2fa01c95a50cfe488e6404fbb Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Sat, 17 Jun 2017 23:45:38 +0530 Subject: [PATCH] requirements: Upgrade Pillow to 4.1.1 and remove olefile. --- requirements/common.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/requirements/common.txt b/requirements/common.txt index 76a5c8b74e..7941cec18f 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -10,7 +10,7 @@ Markdown==2.6.8 MarkupSafe==1.0 # Needed for Image Processing -Pillow==4.1.0 +Pillow==4.1.1 # Needed for markdown processing Pygments==2.2.0 @@ -86,9 +86,6 @@ mock==2.0.0 oauth2client==4.1.1 oauthlib==2.0.2 -# Required for Pillow==4.0.0 -olefile==0.44 - # Enhanced HTTPS support for httplib and urllib2 using PyOpenSSL # Needed by requests to send https request to some sites. ndg-httpsclient==0.4.2