From 16ad8b1ba91aa78aeef1dd2913542994e364a993 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 3 Oct 2024 16:47:52 +0200 Subject: [PATCH] use python-shout 0.2.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.47.3