From 17a70ea5c80abd85ff71b882006e5a5241f0ad39 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:06 -0700
Subject: depends

Patch-Name: depends
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index c771451..9c63800 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from captcha import pillow_required, get_version as get_captcha_version
 
 install_requires = [
     'setuptools',
-    'six >=1.2.0',
+    'six >=1.1.0',
     'Django >= 1.4'
 ]
 
