]> git.parisson.com Git - deefuzzer.git/commitdiff
pin python-shout==0.2.5
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 16 Jul 2019 11:11:47 +0000 (13:11 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 16 Jul 2019 11:11:47 +0000 (13:11 +0200)
README.rst
setup.py

index c1d2c0e8243ca0593c5e402992bd027f86907624..2c4426d830587e4772a6367000397997948fd53e 100644 (file)
@@ -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
 
index e4a90909ce16d56b3636f34ab7bf9a5dd394a3e5..9998899a3a3277a9031a6008f1997e50c3909258 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(
     version='0.7.2',
     install_requires=[
         'setuptools',
-        'python-shout',
+        'python-shout==0.2.5',
         'python-twitter',
         'mutagen',
         'pyliblo',