From 971f69ef34ed4dca7aa0654d7cd33929b0928134 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Sat, 6 Jun 2015 11:12:34 -0300 Subject: [PATCH] Allowed upper version of chardet --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b0b3edc..a8c3f52 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages REQUIREMENTS = [ 'Django==1.7.7', 'pytz>=2011n', - 'chardet==2.3.0', + 'chardet>=1.0.1', 'python-dateutil==1.5', 'django-cliauth==0.9.1', 'django-mobile==0.3.0', -- libgit2 0.21.2