mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user