You've already forked oncall
mirror of
https://github.com/linkedin/oncall.git
synced 2025-11-26 23:10:47 +02:00
Add ldap example user sync and auth
This commit is contained in:
14
setup.py
14
setup.py
@@ -32,6 +32,20 @@ setuptools.setup(
|
||||
'irisclient',
|
||||
'slackclient',
|
||||
],
|
||||
extras_require={
|
||||
'ldap': ['python-ldap'],
|
||||
'dev': [
|
||||
'pytest',
|
||||
'pytest-mock',
|
||||
'requests',
|
||||
'gunicorn',
|
||||
'flake8',
|
||||
'Sphinx==1.5.6',
|
||||
'sphinxcontrib-httpdomain',
|
||||
'sphinx_rtd_theme',
|
||||
'sphinx-autobuild',
|
||||
],
|
||||
},
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'oncall-dev = oncall.bin.run_server:main',
|
||||
|
||||
Reference in New Issue
Block a user