[Python-modules-commits] [django-simple-captcha] 04/07: pillow

Brian May bam at moszumanska.debian.org
Thu Oct 22 01:34:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository django-simple-captcha.

commit b0a08018fc0a12978c5e17a547c411e00946bedc
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date:   Thu Oct 8 08:57:07 2015 -0700

    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(),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-simple-captcha.git



More information about the Python-modules-commits mailing list