From: Guillaume Pellerin Date: Sat, 10 Aug 2019 21:25:21 +0000 (+0200) Subject: use python-shout==0.2.6 : allow UTF-8 chars X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4a13eba10a9d1af1fe6e00e64520c7983d917429;p=deefuzzer.git use python-shout==0.2.6 : allow UTF-8 chars --- 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',