diff --git a/colab/templates/header.html b/colab/templates/header.html
index dd2a2df..e394fdf 100644
--- a/colab/templates/header.html
+++ b/colab/templates/header.html
@@ -21,12 +21,6 @@
{% trans "Groups" %}
- {% if feedzilla %}
-
- {% trans "Blogs" %}
-
- {% endif %}
-
{% plugins_menu %}
{% trans "Paste" %}
diff --git a/setup.py b/setup.py
index a2e4fbb..e36ba7d 100644
--- a/setup.py
+++ b/setup.py
@@ -31,13 +31,6 @@ REQUIREMENTS = [
'django-revproxy==0.9.0',
- # Feedzilla (planet) and deps
- 'django-common==0.1.51',
- 'feedparser==5.1.3',
- 'lxml==3.2.4',
- 'grab==0.4.13',
- 'transliterate==1.5',
-
# Diazo
'diazo==1.0.5',
--
libgit2 0.21.2