Try to recover to older slackclient version

- slack introduced breaking changes somewhere in here.
- i'm trying to find an old version that will work
- i am not hopeful.
master
jowj 5 years ago
parent 04f040e885
commit 6b578a3946

@ -14,7 +14,8 @@ RUN pip3 install --upgrade pip
RUN pip3 install --upgrade setuptools
RUN pip3 install slackclient==2.0.0
RUN pip3 install slackclient==1.3.1
RUN pip3 install requests six websocket
COPY ./ ./

Loading…
Cancel
Save