From 4a13eba10a9d1af1fe6e00e64520c7983d917429 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 10 Aug 2019 23:25:21 +0200 Subject: [PATCH] use python-shout==0.2.6 : allow UTF-8 chars --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1cd701..9dca157 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( version='0.7.3', install_requires=[ 'setuptools', - 'python-shout==0.2.5', + 'python-shout==0.2.6', 'python-twitter', 'mutagen', 'pyliblo', -- 2.47.3