1
0
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:
Daniel Wang
2017-07-12 18:14:52 -07:00
committed by Daniel Wang
parent a47ed21c4d
commit 03b1d664c7
6 changed files with 375 additions and 11 deletions

View File

@@ -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',