Commit 10018b6dea1dddc64de44580a888f78e07297324
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,7 +42,6 @@ INSTALLED_APPS = ( | ||
| 42 | 'colab.accounts', | 42 | 'colab.accounts', |
| 43 | 43 | ||
| 44 | # Not standard apps | 44 | # Not standard apps |
| 45 | - 'cliauth', | ||
| 46 | 'django_mobile', | 45 | 'django_mobile', |
| 47 | 'django_browserid', | 46 | 'django_browserid', |
| 48 | 'conversejs', | 47 | 'conversejs', |
setup.py
| @@ -7,7 +7,6 @@ REQUIREMENTS = [ | @@ -7,7 +7,6 @@ REQUIREMENTS = [ | ||
| 7 | 'pytz>=2011n', | 7 | 'pytz>=2011n', |
| 8 | 'chardet>=1.0.1', | 8 | 'chardet>=1.0.1', |
| 9 | 'python-dateutil==1.5', | 9 | 'python-dateutil==1.5', |
| 10 | - 'django-cliauth==0.9.1', | ||
| 11 | 'django-mobile==0.3.0', | 10 | 'django-mobile==0.3.0', |
| 12 | 'django-haystack==2.2', | 11 | 'django-haystack==2.2', |
| 13 | 'pysolr==2.1', | 12 | 'pysolr==2.1', |