From 685dfe6d5a9118c85a99db6c7d9dd097a1c6374b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 17 Mar 2015 12:33:11 +0100 Subject: [PATCH] fix dep --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3f92f9d..d781774 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ setup( 'networkx', 'django-celery', 'watchdog', - 'mysqldb', + 'mysql', ], platforms=['OS Independent'], license='Gnu Public License V2', -- 2.39.5