Commit 6a8eb2a4bb54c4effa5bbdf56a96b478d51b1ea1
1 parent
ee6a8816
Exists in
master
and in
39 other branches
Using latest django-browserid
Showing
2 changed files
with
5 additions
and
2 deletions
Show diff stats
requirements.txt
... | ... | @@ -18,7 +18,6 @@ django-hitcounter==0.1.1 |
18 | 18 | Pillow==2.5.1 |
19 | 19 | django-i18n-model==0.0.7 |
20 | 20 | django-tastypie==0.11.0 |
21 | -django-browserid==0.10.1 | |
22 | 21 | |
23 | 22 | gunicorn==19.1.0 |
24 | 23 | eventlet==0.15.0 |
... | ... | @@ -28,7 +27,10 @@ raven==3.5.2 |
28 | 27 | tornado==3.1.1 |
29 | 28 | |
30 | 29 | # Deps for Single SignOn (SSO) - Replaced with django-browserid==0.9 |
31 | -# git+https://github.com/mozilla/django-browserid | |
30 | + | |
31 | +# Release 0.10.1 has a bug already fixed on 55f0b9b0ebc. | |
32 | +# django-browserid==0.10.1 | |
33 | +-e git+https://github.com/mozilla/django-browserid.git#egg=django-browserid | |
32 | 34 | |
33 | 35 | django-revproxy==0.2.7 |
34 | 36 | ... | ... |
src/colab/local_settings-dev.py