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

Merge pull request #266 from timfreund/py2-slackclient

Pin slackclient to version 1.3.1
This commit is contained in:
Diego Cepeda
2019-12-13 10:54:04 -08:00
committed by GitHub

2
setup.py Normal file → Executable file
View File

@@ -30,7 +30,7 @@ setuptools.setup(
'python-ldap',
'pytz',
'irisclient',
'slackclient',
'slackclient==1.3.1',
'icalendar',
'pymsteams'
],