From 7f888715439b36f8f2533dd788b437e289c2e9a1 Mon Sep 17 00:00:00 2001 From: jowj Date: Tue, 28 May 2019 21:39:59 -0500 Subject: [PATCH] Moving back to slackclient 2. - I'm going to to just have to rewrite the bot to fit with - the new api. bluh. --- docker/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/dockerfile b/docker/dockerfile index f986350..ebd3a39 100644 --- a/docker/dockerfile +++ b/docker/dockerfile @@ -14,7 +14,7 @@ RUN pip3 install --upgrade pip RUN pip3 install --upgrade setuptools -RUN pip3 install slackclient==1.3.1 +RUN pip3 install slackclient==2.0.0 RUN pip3 install requests six websocket COPY ./ ./