From e388cb10d5fac96e7c70f0edcc75bf756e27f808 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 10 May 2016 17:44:03 +0200
Subject: [PATCH] [setup] Re-add post_office dependence

---
 beat/web/settings/settings.py | 1 +
 buildout.cfg                  | 1 +
 setup.py                      | 1 +
 3 files changed, 3 insertions(+)

diff --git a/beat/web/settings/settings.py b/beat/web/settings/settings.py
index 357a8efb8..bc17c0813 100644
--- a/beat/web/settings/settings.py
+++ b/beat/web/settings/settings.py
@@ -342,6 +342,7 @@ INSTALLED_APPS = (
     'rest_framework.authtoken',
     'jsonfield',
     'actstream',
+    'post_office',
 
     'beat.web.ui.registration',
 
diff --git a/buildout.cfg b/buildout.cfg
index 248ff806a..47569d74a 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -36,6 +36,7 @@ eggs = alabaster
        djangorestframework
        django-rest-swagger
        django-jsonfield
+       django-post-office
        docopt
        docutils
        funcsigs
diff --git a/setup.py b/setup.py
index 344e7921a..0c28f0c0a 100644
--- a/setup.py
+++ b/setup.py
@@ -57,6 +57,7 @@ setup(
         "django-guardian",
         "djangorestframework",
         "django-rest-swagger",
+        "django-post-office",
         "docopt",
         "docutils",
         "Jinja2",
-- 
GitLab