From b0a08018fc0a12978c5e17a547c411e00946bedc 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 9c63800..4ab3b11 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.1.0',
-    'Django >= 1.4'
+    'Django >= 1.4',
+    'Pillow >= 2.2.2',
 ]
 
-if pillow_required():
-    install_requires.append('Pillow >=2.2.2')
-
 setup(
     name='django-simple-captcha',
     version=get_captcha_version(),
