1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-26 23:10:47 +02:00

Add teams messenger (#239)

* Add teams messenger

* Add pymsteams in setup

* Fix style
This commit is contained in:
Harshit Sharma
2019-02-26 05:05:19 +05:30
committed by Daniel Wang
parent 9542f74b34
commit b688b3c885
5 changed files with 30 additions and 3 deletions

View File

@@ -31,7 +31,8 @@ setuptools.setup(
'pytz',
'irisclient',
'slackclient',
'icalendar'
'icalendar',
'pymsteams'
],
extras_require={
'ldap': ['python-ldap'],