From: Guillaume Pellerin Date: Sat, 1 Jun 2019 04:21:39 +0000 (+0200) Subject: Use mysqlclient rather than old mysql-python X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f8810789c2f06b31c3ccf00231a46864d738ffe9;p=deefuzzer.git Use mysqlclient rather than old mysql-python --- 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',