You've already forked oncall
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:
committed by
Daniel Wang
parent
fc12d9b671
commit
8a54b06195
2
setup.py
2
setup.py
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user