[Python-modules-commits] [django-simple-captcha] 02/05: pillow

Brian May bam at moszumanska.debian.org
Fri Dec 4 00:35:07 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 dd5da5f5a496af44c0b5f25b30fef1386e5a77ee
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 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(),

-- 
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