From 7a42ab3b285dc101833745c99e680821c5105f82 Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Thu, 24 Jul 2014 20:37:33 -0700 Subject: [PATCH] fix #4 add flanker to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9d91c0..e8bd3c1 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,8 @@ setup(name='talon', "html2text", "nose==1.2.1", "mock", - "coverage" + "coverage", + "flanker" ] )