Commit 6c3931c0b5e0cb217a2baf448c3531b215724f0e
1 parent
121feb9a
Exists in
master
and in
31 other branches
Reorganized deps on setup.py
Showing
1 changed file
with
6 additions
and
5 deletions
Show diff stats
setup.py
... | ... | @@ -3,18 +3,19 @@ from setuptools import setup, find_packages |
3 | 3 | |
4 | 4 | |
5 | 5 | REQUIREMENTS = [ |
6 | - 'Django>=1.7.8,<1.8', | |
6 | + 'Django>=1.7.9,<1.8', | |
7 | 7 | 'pytz>=2011n', |
8 | 8 | 'django-hitcounter>=0.1.1', |
9 | - 'django-tastypie>=0.12.1', | |
10 | - 'django-revproxy>=0.9.3', | |
9 | + | |
10 | + # Search | |
11 | 11 | 'django-haystack>=2.2', |
12 | 12 | 'Whoosh>=2.7.0', |
13 | 13 | |
14 | - # Diazo | |
14 | + # revproxy | |
15 | + 'django-revproxy>=0.9.3', | |
15 | 16 | 'diazo>=1.0.5', |
16 | 17 | |
17 | - # Celery | |
18 | + # Async Signals | |
18 | 19 | 'django-celery==3.1.16', |
19 | 20 | |
20 | 21 | ### Move out of colab (as plugins): | ... | ... |