Commit df127fc275f658d39053f79402fca776983cefe9
Committed by
Rodrigo Siqueira de Melo
1 parent
75f3d7a6
Exists in
master
and in
31 other branches
updated revproxy and removed browserid
Showing
1 changed file
with
1 additions
and
4 deletions
Show diff stats
setup.py
... | ... | @@ -7,16 +7,13 @@ REQUIREMENTS = [ |
7 | 7 | 'pytz>=2011n', |
8 | 8 | 'django-hitcounter>=0.1.1', |
9 | 9 | 'django-tastypie>=0.12.1', |
10 | - 'django-revproxy>=0.9.0', | |
10 | + 'django-revproxy>=0.9.3', | |
11 | 11 | 'django-haystack>=2.2', |
12 | 12 | 'Whoosh>=2.7.0', |
13 | 13 | |
14 | 14 | # Diazo |
15 | 15 | 'diazo>=1.0.5', |
16 | 16 | |
17 | - # Deps for Single SignOn (SSO) | |
18 | - 'django-browserid>=0.11', | |
19 | - | |
20 | 17 | ### Move out of colab (as plugins): |
21 | 18 | |
22 | 19 | # Deps for badger | ... | ... |