Commit e5203ef51482937444eb0cbe36925810c013f67e
1 parent
058e0305
Exists in
master
and in
39 other branches
Updated browserid to 0.11
Showing
1 changed file
with
1 additions
and
5 deletions
Show diff stats
requirements.txt
... | ... | @@ -26,11 +26,7 @@ raven==3.5.2 |
26 | 26 | tornado==3.1.1 |
27 | 27 | |
28 | 28 | # Deps for Single SignOn (SSO) - Replaced with django-browserid==0.9 |
29 | - | |
30 | -# Release 0.10.1 has a bug already fixed on 55f0b9b0ebc. | |
31 | -# django-browserid==0.10.1 | |
32 | --e git+https://github.com/mozilla/django-browserid.git#egg=django-browserid | |
33 | - | |
29 | +django-browserid==0.11 | |
34 | 30 | django-revproxy==0.2.8 |
35 | 31 | |
36 | 32 | # Converse.js (XMPP client) | ... | ... |