Commit bc5506e85d0db5ac2b3ee6a2d037158fd95ff9b5
1 parent
34dcc9ea
Exists in
master
and in
39 other branches
Adding converse.js as external dep
Showing
1 changed file
with
11 additions
and
8 deletions
Show diff stats
requirements.txt
@@ -11,14 +11,6 @@ django-cliauth==0.9 | @@ -11,14 +11,6 @@ django-cliauth==0.9 | ||
11 | gunicorn | 11 | gunicorn |
12 | gevent | 12 | gevent |
13 | 13 | ||
14 | -# Feedzilla (planet) and deps | ||
15 | -https://bitbucket.org/seocam/feedzilla/get/tip.tar.gz # Temporarily work around | ||
16 | -django-common | ||
17 | -django-tagging | ||
18 | -feedparser | ||
19 | -lxml | ||
20 | -grab | ||
21 | - | ||
22 | # Deps for sentry client (raven) | 14 | # Deps for sentry client (raven) |
23 | raven | 15 | raven |
24 | tornado | 16 | tornado |
@@ -26,3 +18,14 @@ tornado | @@ -26,3 +18,14 @@ tornado | ||
26 | # Deps for Single SignOn (SSO) | 18 | # Deps for Single SignOn (SSO) |
27 | django-browserid | 19 | django-browserid |
28 | git+https://github.com/TracyWebTech/django-revproxy/ | 20 | git+https://github.com/TracyWebTech/django-revproxy/ |
21 | + | ||
22 | +# Converse.js (XMPP client) | ||
23 | +git+https://github.com/TracyWebTech/django-conversejs | ||
24 | + | ||
25 | +# Feedzilla (planet) and deps | ||
26 | +https://bitbucket.org/seocam/feedzilla/get/tip.tar.gz # Temporarily work around | ||
27 | +django-common | ||
28 | +django-tagging | ||
29 | +feedparser | ||
30 | +lxml | ||
31 | +grab |