Adding some early Notifications stubs

* A basic NotificationTemplate model class with early notification type
  definitions
* Initial implementations of the Email, Slack, and Twilio Notification
  backends using the Django email backend system
* Some dependencies thereof
This commit is contained in:
Matthew Jones
2016-02-01 16:54:34 -05:00
parent 6d71fe49f2
commit 7385efef35
7 changed files with 139 additions and 0 deletions

View File

@@ -114,9 +114,11 @@ requests==2.5.1
requests-oauthlib==0.5.0
simplejson==3.6.0
six==1.9.0
slackclient==0.16
statsd==3.2.1
stevedore==1.3.0
suds==0.4
twilio==4.9.1
warlock==1.1.0
wheel==0.24.0
wsgiref==0.1.2