Commit dcbb84620bf171bdbdc19181b386ee165e8697ab
Exists in
master
and in
39 other branches
Merge pull request #47 from colab-community/update-feedzila
Using newest feedzilla release
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
requirements.txt
... | ... | @@ -33,9 +33,7 @@ django-revproxy==0.2.8 |
33 | 33 | django-conversejs==0.3.1 |
34 | 34 | |
35 | 35 | # Feedzilla (planet) and deps |
36 | -#feedzilla==0.22 | |
37 | -#hg+https://bitbucket.org/lorien/feedzilla | |
38 | -hg+https://bitbucket.org/TracyWebTech/feedzilla/ | |
36 | +feedzilla==0.24 | |
39 | 37 | django-common==0.1.51 |
40 | 38 | feedparser==5.1.3 |
41 | 39 | lxml==3.2.4 | ... | ... |