Commit 7212572c6323336f6a6191fd89dd971da8030eee
1 parent
e142883f
Exists in
master
and in
39 other branches
Updating requirements.txt
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
requirements.txt
1 | -https://www.djangoproject.com/download/1.6c1/tarball/ | |
2 | -#Django==1.5.2 | |
1 | +Django>=1.6,<1.7 | |
3 | 2 | South==0.8.1 |
4 | 3 | psycopg2==2.5.1 |
5 | 4 | django-piston==0.2.3 |
... | ... | @@ -25,7 +24,7 @@ raven |
25 | 24 | tornado |
26 | 25 | |
27 | 26 | # Deps for Single SignOn (SSO) |
28 | -django-browserid | |
27 | +git+https://github.com/TracyWebTech/django-browserid@issue210 | |
29 | 28 | django-revproxy |
30 | 29 | |
31 | 30 | # Converse.js (XMPP client) | ... | ... |