[Python-modules-commits] [django-simple-captcha] 06/10: pillow
Brian May
bam at moszumanska.debian.org
Wed Dec 2 21:49:00 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 ca2d27ebb3f16ad6490814afaaedd48d42dd9ae9
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