diff --git a/setup.py b/setup.py index baa58bc..6736d1e 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,8 @@ ], extras_require={ 'yelp_internal': [ - 'yelp-clog>=2.12.1', + 'yelp-clog>=7.1.1', + 'scribereader>=1.1.1', 'slo-transcoder>=3.2.3', ], }, diff --git a/sticht/slack.py b/sticht/slack.py index dd6b6b8..2819b5e 100644 --- a/sticht/slack.py +++ b/sticht/slack.py @@ -29,8 +29,8 @@ try: from scribereader import scribereader - from clog.readers import construct_conn_msg - from clog.readers import find_tail_host + from scribereader.clog.readers import construct_conn_msg + from scribereader.clog.readers import find_tail_host except ImportError: scribereader = None construct_conn_msg = None