Commit 2fee2a2902099739ae04e326496e3b4855bbd7f3
1 parent
dd5042f4
Exists in
master
and in
39 other branches
Fixing conversejs version
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
requirements.txt
... | ... | @@ -20,7 +20,7 @@ django-browserid |
20 | 20 | git+https://github.com/TracyWebTech/django-revproxy/ |
21 | 21 | |
22 | 22 | # Converse.js (XMPP client) |
23 | -git+https://github.com/TracyWebTech/django-conversejs | |
23 | +django-conversejs==0.2 | |
24 | 24 | |
25 | 25 | # Feedzilla (planet) and deps |
26 | 26 | https://bitbucket.org/lorien/feedzilla/get/tip.tar.gz # Temporarily work around | ... | ... |