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

Add ical export API (#229)

* Add ical export API
This commit is contained in:
Daniel Wang
2019-01-04 10:43:52 -08:00
committed by Joe Gillotti
parent dcc3704dbf
commit 42486429e0
6 changed files with 254 additions and 0 deletions

View File

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