Commit 733d4cdaebb74e5b9a425807986b490f9ba63d86
1 parent
30a7b0bd
Exists in
master
and in
39 other branches
Updated django-conversejs and diazo versions
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
requirements.txt
... | ... | @@ -33,8 +33,7 @@ tornado==3.1.1 |
33 | 33 | django-revproxy==0.2.7 |
34 | 34 | |
35 | 35 | # Converse.js (XMPP client) |
36 | -django-conversejs==0.3 | |
37 | -git+https://github.com/TracyWebTech/SleekXMPP@fix-gevent | |
36 | +django-conversejs==0.3.1 | |
38 | 37 | |
39 | 38 | # Feedzilla (planet) and deps |
40 | 39 | #feedzilla==0.22 |
... | ... | @@ -47,8 +46,8 @@ grab==0.4.13 |
47 | 46 | transliterate==1.5 |
48 | 47 | |
49 | 48 | # Diazo |
50 | -#diazo | |
51 | -git+https://github.com/plone/diazo@44ca0da7de5a7ee5d4085c7344701b9cfecfb419 | |
49 | +diazo==1.0.5 | |
52 | 50 | |
53 | 51 | # Dpaste |
52 | +# TODO: Pull-request to mainstream repository | |
54 | 53 | git+https://github.com/interlegis/dpaste | ... | ... |