Commit 5a7a67b0015321e4c39b8c9b266d437b9452e8ca
1 parent
6efaa303
Exists in
master
and in
31 other branches
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
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', |