From: Guillaume Pellerin Date: Thu, 3 Oct 2024 14:47:52 +0000 (+0200) Subject: use python-shout 0.2.8 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=16ad8b1ba91aa78aeef1dd2913542994e364a993;p=deefuzzer.git use python-shout 0.2.8 --- diff --git a/setup.py b/setup.py index 39e1e4c..f3f0f4a 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( install_requires=[ 'setuptools', 'wheel', - 'python-shout==0.2.7', + 'python-shout==0.2.8', 'python-twitter==3.5', 'mutagen==1.45.1', 'pyliblo3==0.16.4',