fix #4 add flanker to setup.py

This commit is contained in:
Sergey Obukhov
2014-07-24 20:37:33 -07:00
parent b299feab1e
commit 7a42ab3b28

View File

@@ -26,7 +26,8 @@ setup(name='talon',
"html2text", "html2text",
"nose==1.2.1", "nose==1.2.1",
"mock", "mock",
"coverage" "coverage",
"flanker"
] ]
) )