Commit 971f69ef34ed4dca7aa0654d7cd33929b0928134
Committed by
Gust
1 parent
2e785e5e
Exists in
workin_whoosh_temp
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,7 +5,7 @@ from setuptools import setup, find_packages | ||
5 | REQUIREMENTS = [ | 5 | REQUIREMENTS = [ |
6 | 'Django==1.7.7', | 6 | 'Django==1.7.7', |
7 | 'pytz>=2011n', | 7 | 'pytz>=2011n', |
8 | - 'chardet==2.3.0', | 8 | + 'chardet>=1.0.1', |
9 | 'python-dateutil==1.5', | 9 | 'python-dateutil==1.5', |
10 | 'django-cliauth==0.9.1', | 10 | 'django-cliauth==0.9.1', |
11 | 'django-mobile==0.3.0', | 11 | 'django-mobile==0.3.0', |