From 761652509ea0713b928f257aa7d33e5e5d354ec6 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 10 May 2016 17:55:01 +0200
Subject: [PATCH] Post-office is only required on production sites

---
 buildout.cfg | 1 -
 setup.py     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/buildout.cfg b/buildout.cfg
index 47569d74a..248ff806a 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -36,7 +36,6 @@ eggs = alabaster
        djangorestframework
        django-rest-swagger
        django-jsonfield
-       django-post-office
        docopt
        docutils
        funcsigs
diff --git a/setup.py b/setup.py
index 0c28f0c0a..344e7921a 100644
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,6 @@ setup(
         "django-guardian",
         "djangorestframework",
         "django-rest-swagger",
-        "django-post-office",
         "docopt",
         "docutils",
         "Jinja2",
-- 
GitLab