Commit f6ce538a86668c64544b8001d7561a58bd1241d7
1 parent
e2241836
Exists in
master
and in
31 other branches
Removed feedzilla deps
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
setup.py
@@ -32,13 +32,6 @@ REQUIREMENTS = [ | @@ -32,13 +32,6 @@ REQUIREMENTS = [ | ||
32 | # Converse.js (XMPP client) | 32 | # Converse.js (XMPP client) |
33 | 'django-conversejs==0.3.4', | 33 | 'django-conversejs==0.3.4', |
34 | 34 | ||
35 | - # Feedzilla (planet) and deps | ||
36 | - 'django-common==0.1.51', | ||
37 | - 'feedparser==5.1.3', | ||
38 | - 'lxml==3.2.4', | ||
39 | - 'grab==0.4.13', | ||
40 | - 'transliterate==1.5', | ||
41 | - | ||
42 | # Diazo | 35 | # Diazo |
43 | 'diazo==1.0.5', | 36 | 'diazo==1.0.5', |
44 | 37 |