From 50a91ab82ac9ed4d4edc09bbdbf9ae0d27c6743c Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Sun, 18 Dec 2016 20:42:07 -0500 Subject: [PATCH] Add twython to test requirements to silence warnings --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index fc93efede..c0c2aadd3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,4 +3,5 @@ coveralls flake8 mock nose -nose-exclude>=0.5.0,<0.6.0 \ No newline at end of file +nose-exclude>=0.5.0,<0.6.0 +twython \ No newline at end of file