From ca2d27ebb3f16ad6490814afaaedd48d42dd9ae9 Mon Sep 17 00:00:00 2001
From: SVN-Git Migration <python-modules-team@lists.alioth.debian.org>
Date: Thu, 8 Oct 2015 08:57:07 -0700
Subject: pillow

Patch-Name: pillow
---
 setup.py | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/setup.py b/setup.py
index 8ac4232..1f122e5 100644
--- a/setup.py
+++ b/setup.py
@@ -4,12 +4,10 @@ from captcha import pillow_required, get_version as get_captcha_version
 install_requires = [
     'setuptools',
     'six >=1.2.0',
-    'Django >= 1.7'
+    'Django >= 1.7',
+    'Pillow >= 2.2.2',
 ]
 
-if pillow_required():
-    install_requires.append('Pillow >=2.2.2')
-
 setup(
     name='django-simple-captcha',
     version=get_captcha_version(),
