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

feat: support sync users from slack & rename im to slack

This commit is contained in:
Qingping Hou
2017-05-20 10:25:20 -07:00
committed by Daniel Wang
parent fc12d9b671
commit 8a54b06195
8 changed files with 196 additions and 10 deletions

View File

@@ -32,10 +32,12 @@ setup(
'python-ldap',
'pytz',
'irisclient',
'slackclient',
],
entry_points={
'console_scripts': [
'oncall-dev = oncall.bin.run_server:main',
'oncall-user-sync = oncall.bin.user_sync:main',
'build_assets = oncall.bin.build_assets:main',
'oncall-scheduler = oncall.bin.scheduler:main',
'oncall-notifier = oncall.bin.notifier:main'