From 8971ca83d8e3f375d243b84b2b80281eee482460 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Tue, 10 May 2016 17:06:53 +0200 Subject: [PATCH] [setup] Add new dep django-post_office --- buildout.cfg | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/buildout.cfg b/buildout.cfg index 248ff806a..7757172ea 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..8c81cdc40 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