From 59882e606ed6265f93ce1c0f0c46c60afff98885 Mon Sep 17 00:00:00 2001 From: Peter Harrison Date: Sun, 25 Oct 2020 14:30:57 -0700 Subject: [PATCH] Fixes: #397 --- pip_requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pip_requirements.txt b/pip_requirements.txt index 7c3ad942..ef6919d7 100644 --- a/pip_requirements.txt +++ b/pip_requirements.txt @@ -12,6 +12,7 @@ Flask-Session # Database packages PyMySQL SQLAlchemy +mysqlclient # GraphQL packages graphene-sqlalchemy