From 7b3a04a57592bce2345ec4e521b7279e9ac46178 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 19 Feb 2018 10:28:03 -0500 Subject: [PATCH] Bump python-twitter to 3.4 The latest release of python-twitter adds support for 280 character tweets which will make the status updates much cleaner looking in timelines. Change-Id: I24b0e45ac69e65a803b4392e54327a0c1f21351f --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1cf252..5666697 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ simplemediawiki irc python-daemon kitchen -python-twitter +python-twitter>=3.4