From ca428d519dc4c49fbf18a36812407fe5d6179bc4 Mon Sep 17 00:00:00 2001 From: Basile Clement Date: Thu, 26 May 2016 22:20:11 +0200 Subject: [PATCH] Remplace MySQLdb par mysqlclient MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mysqlclient est maintenant le client MySQL recommandé par Django (https://docs.djangoproject.com/en/1.9/ref/databases/#mysql-db-api-drivers), et il a l'avantage d'être compatible avec Python 3, contrairement à MySQLdb. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fccde14c..8ad5bf45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ django-autoslug==1.8.0 django-cas-ng==3.5.4 django-grappelli==2.6.5 django-recaptcha==1.0.5 -MySQL-python==1.2.5 +mysqlclient==1.3.7 Pillow==2.9.0 simplejson==3.8.2 six==1.10.0