From 67716504f06604e87f29242618544223c152ad21 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 10 May 2019 16:50:18 +0200 Subject: [PATCH] pin mysqlclient==1.3.13 --- app/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index 70fe320d..3364c12f 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ setuptools uwsgi -mysqlclient -psycopg2-binary \ No newline at end of file +mysqlclient==1.3.13 +psycopg2-binary -- 2.39.5