Commit 2ac502381342d75a1dc0f236fc7e477f6913b402
1 parent
48b1509f
Exists in
master
and in
31 other branches
Added whoosh as dep
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
setup.py
@@ -5,18 +5,18 @@ from setuptools import setup, find_packages | @@ -5,18 +5,18 @@ from setuptools import setup, find_packages | ||
5 | REQUIREMENTS = [ | 5 | REQUIREMENTS = [ |
6 | 'Django>=1.7.8', | 6 | 'Django>=1.7.8', |
7 | 'pytz>=2011n', | 7 | 'pytz>=2011n', |
8 | - 'django-mobile>=0.3.0', | ||
9 | - 'django-haystack>=2.2', | ||
10 | 'django-hitcounter>=0.1.1', | 8 | 'django-hitcounter>=0.1.1', |
11 | 'django-tastypie>=0.12.1', | 9 | 'django-tastypie>=0.12.1', |
12 | 'django-revproxy>=0.9.0', | 10 | 'django-revproxy>=0.9.0', |
13 | - | ||
14 | - # Deps for Single SignOn (SSO) | ||
15 | - 'django-browserid>=0.11', | 11 | + 'django-haystack>=2.2', |
12 | + 'Whoosh>=2.7.0', | ||
16 | 13 | ||
17 | # Diazo | 14 | # Diazo |
18 | 'diazo>=1.0.5', | 15 | 'diazo>=1.0.5', |
19 | 16 | ||
17 | + # Deps for Single SignOn (SSO) | ||
18 | + 'django-browserid>=0.11', | ||
19 | + | ||
20 | ### Move out of colab (as plugins): | 20 | ### Move out of colab (as plugins): |
21 | 21 | ||
22 | # Deps for badger | 22 | # Deps for badger |
@@ -28,13 +28,13 @@ REQUIREMENTS = [ | @@ -28,13 +28,13 @@ REQUIREMENTS = [ | ||
28 | 'django-taggit>=0.12.1', | 28 | 'django-taggit>=0.12.1', |
29 | 'html2text>=3.200.3', | 29 | 'html2text>=3.200.3', |
30 | 'chardet>=1.0.1', | 30 | 'chardet>=1.0.1', |
31 | - 'mailman-api>=0.2.9', | ||
32 | 31 | ||
33 | # Deps for gitlab plugin | 32 | # Deps for gitlab plugin |
34 | 'python-dateutil>=1.5', | 33 | 'python-dateutil>=1.5', |
35 | 34 | ||
36 | # Converse.js (XMPP client) | 35 | # Converse.js (XMPP client) |
37 | 'django-conversejs>=0.3.4', | 36 | 'django-conversejs>=0.3.4', |
37 | + 'django-mobile>=0.3.0', | ||
38 | ] | 38 | ] |
39 | 39 | ||
40 | TEST_REQUIREMENTS = [ | 40 | TEST_REQUIREMENTS = [ |