From 805c8552fde19bc94eb704a3f0e98afada49781c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 16 Jul 2019 13:11:47 +0200 Subject: [PATCH] pin python-shout==0.2.5 --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c1d2c0e..2c4426d 100644 --- a/README.rst +++ b/README.rst @@ -47,7 +47,7 @@ News * Add MySQL module and connection routine to get the playlist from a database (thanks to doomy23) * Prepare the Python3 switch - * Tested against libshout 2.4.1 and python-shout 0.2.1 + * Tested against libshout 2.4.1 and python-shout 0.2.5 * As been used in relay mode in production for almost 5000+ hours * Improve conf YAML format support diff --git a/setup.py b/setup.py index e4a9090..9998899 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ version='0.7.2', install_requires=[ 'setuptools', - 'python-shout', + 'python-shout==0.2.5', 'python-twitter', 'mutagen', 'pyliblo',