From: Guillaume Pellerin Date: Fri, 26 Sep 2025 12:38:15 +0000 (+0200) Subject: downgrade modules for py3.7 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=07a133d649e60fe3f91f6c3fddd23e51cefdac48;p=deefuzzer.git downgrade modules for py3.7 --- diff --git a/setup.py b/setup.py index fb88d13..077851b 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( install_requires=[ 'setuptools', 'wheel', - 'python-shout==0.2.8', + 'python-shout==0.2.7', 'python-twitter==3.5', 'mutagen==1.45.1', 'pyliblo3==0.16.4',