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 = (
'rest_framework.authtoken',
'jsonfield',
'actstream',
'post_office',
'beat.web.ui.registration',
......
......@@ -36,6 +36,7 @@ eggs = alabaster
djangorestframework
django-rest-swagger
django-jsonfield
django-post-office
docopt
docutils
funcsigs
......
......@@ -57,6 +57,7 @@ setup(
"django-guardian",
"djangorestframework",
"django-rest-swagger",
"django-post-office",
"docopt",
"docutils",
"Jinja2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment