Commit 6efaa30320304dd652b3ae84e626252a2a7a23a5

Authored by Sergio Oliveira
1 parent 47062304

Allowed upper version of chardet

Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Signed-off-by: Carolina Ramalho <carol15022@hotmail.com>
Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
setup.py
... ... @@ -5,7 +5,7 @@ from setuptools import setup, find_packages
5 5 REQUIREMENTS = [
6 6 'Django==1.7.7',
7 7 'pytz>=2011n',
8   - 'chardet==2.3.0',
  8 + 'chardet>=1.0.1',
9 9 'python-dateutil==1.5',
10 10 'django-cliauth==0.9.1',
11 11 'django-mobile==0.3.0',
... ...