From 93137f94cc60707ff8bca9acae6332d0c678c8fd Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Sat, 21 Feb 2015 11:24:23 -0800 Subject: [PATCH] use slackclient from pypi not github --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 441a75f..d740102 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ requests python-daemon pyyaml websocket-client -git+https://github.com/slackhq/python-slackclient.git +slackclient