Skip to content
Snippets Groups Projects
Commit e388cb10 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[setup] Re-add post_office dependence

parent 9c37c6fc
No related branches found
No related tags found
1 merge request!194Scheduler
Pipeline #
...@@ -342,6 +342,7 @@ INSTALLED_APPS = ( ...@@ -342,6 +342,7 @@ INSTALLED_APPS = (
'rest_framework.authtoken', 'rest_framework.authtoken',
'jsonfield', 'jsonfield',
'actstream', 'actstream',
'post_office',
'beat.web.ui.registration', 'beat.web.ui.registration',
......
...@@ -36,6 +36,7 @@ eggs = alabaster ...@@ -36,6 +36,7 @@ eggs = alabaster
djangorestframework djangorestframework
django-rest-swagger django-rest-swagger
django-jsonfield django-jsonfield
django-post-office
docopt docopt
docutils docutils
funcsigs funcsigs
......
...@@ -57,6 +57,7 @@ setup( ...@@ -57,6 +57,7 @@ setup(
"django-guardian", "django-guardian",
"djangorestframework", "djangorestframework",
"django-rest-swagger", "django-rest-swagger",
"django-post-office",
"docopt", "docopt",
"docutils", "docutils",
"Jinja2", "Jinja2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment