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