Commit 10018b6dea1dddc64de44580a888f78e07297324

Authored by Sergio Oliveira
Committed by Gust
1 parent 971f69ef
Exists in workin_whoosh_temp

Removed cliauth from deps

Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Signed-off-by: Carolina Ramalho <carol15022@hotmail.com>
Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Showing 2 changed files with 0 additions and 2 deletions   Show diff stats
colab/settings.py
... ... @@ -42,7 +42,6 @@ INSTALLED_APPS = (
42 42 'colab.accounts',
43 43  
44 44 # Not standard apps
45   - 'cliauth',
46 45 'django_mobile',
47 46 'django_browserid',
48 47 'conversejs',
... ...
setup.py
... ... @@ -7,7 +7,6 @@ REQUIREMENTS = [
7 7 'pytz>=2011n',
8 8 'chardet>=1.0.1',
9 9 'python-dateutil==1.5',
10   - 'django-cliauth==0.9.1',
11 10 'django-mobile==0.3.0',
12 11 'django-haystack==2.2',
13 12 'pysolr==2.1',
... ...