From f8810789c2f06b31c3ccf00231a46864d738ffe9 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 1 Jun 2019 06:21:39 +0200 Subject: [PATCH] Use mysqlclient rather than old mysql-python --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d547e99..5a43f18 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( 'pyliblo', 'pycurl', 'pyyaml', - 'mysql' + 'mysqlclient', ], platforms=['OS Independent'], license='CeCILL v2', -- 2.47.3