From a86f6416afb6e2d35711a1bd898399b46ee11436 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 8 Sep 2021 00:21:31 +0200 Subject: [PATCH] upgrade various python3 modules --- setup.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 36cf632..9781b32 100644 --- a/setup.py +++ b/setup.py @@ -27,12 +27,11 @@ setup( 'wheel', 'python-shout==0.2.7', 'python-twitter==3.5', - 'mutagen==1.43.0', - 'pyliblo==0.10.0', - 'pycurl==7.43.0.2', - 'pyyaml==5.2', - 'mysqlclient==1.4.6', - 'xmltodict==0.12.0', + 'mutagen==1.45.1', + 'pyliblo3==0.12.0', + 'pycurl==7.44.1', + 'pyyaml==5.4.1', + 'mysqlclient==2.0.3', ], platforms=['OS Independent'], license='GPL v3', -- 2.47.3