Skip to content

Commit

Permalink
Update version of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaskanashiro committed Sep 2, 2015
1 parent 2049b6a commit 4ca14b8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


REQUIREMENTS = [
'Django>=1.7.9,<1.8',
'Django>=1.7.10,<1.8',
'pytz>=2011n',
'django-hitcounter>=0.1.1',

Expand All @@ -12,8 +12,7 @@
'Whoosh>=2.7.0',

# revproxy
'django-revproxy>=0.9.3',
'diazo>=1.0.5',
'django-revproxy[diazo]>=0.9.5',

# Async Signals
'celery[redis]>=3.1',
Expand All @@ -24,7 +23,7 @@
'etiquetando==0.1',
'django-taggit>=0.12.1',
'html2text>=3.200.3',
'chardet>=1.0.1',
'chardet>=2.3.0',

# Deps for gitlab plugin
'python-dateutil>=1.5',
Expand Down

0 comments on commit 4ca14b8

Please sign in to comment.