Commit 2fac478b6eba421c203cb7ff7592016767fd46d6

Authored by Lucas Kanashiro
1 parent 05e5d861

Update version of dependencies

Showing 1 changed file with 3 additions and 4 deletions   Show diff stats
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages @@ -3,7 +3,7 @@ from setuptools import setup, find_packages
3 3
4 4
5 REQUIREMENTS = [ 5 REQUIREMENTS = [
6 - 'Django>=1.7.9,<1.8', 6 + 'Django>=1.7.10,<1.8',
7 'pytz>=2011n', 7 'pytz>=2011n',
8 'django-hitcounter>=0.1.1', 8 'django-hitcounter>=0.1.1',
9 9
@@ -12,8 +12,7 @@ REQUIREMENTS = [ @@ -12,8 +12,7 @@ REQUIREMENTS = [
12 'Whoosh>=2.7.0', 12 'Whoosh>=2.7.0',
13 13
14 # revproxy 14 # revproxy
15 - 'django-revproxy>=0.9.3',  
16 - 'diazo>=1.0.5', 15 + 'django-revproxy[diazo]>=0.9.5',
17 16
18 # Async Signals 17 # Async Signals
19 'celery[redis]>=3.1', 18 'celery[redis]>=3.1',
@@ -24,7 +23,7 @@ REQUIREMENTS = [ @@ -24,7 +23,7 @@ REQUIREMENTS = [
24 'etiquetando==0.1', 23 'etiquetando==0.1',
25 'django-taggit>=0.12.1', 24 'django-taggit>=0.12.1',
26 'html2text>=3.200.3', 25 'html2text>=3.200.3',
27 - 'chardet>=1.0.1', 26 + 'chardet>=2.3.0',
28 27
29 # Deps for gitlab plugin 28 # Deps for gitlab plugin
30 'python-dateutil>=1.5', 29 'python-dateutil>=1.5',