From 80a9266431d53eaf31021bbf8e4a34d96713b0f4 Mon Sep 17 00:00:00 2001 From: William Peebles Date: Fri, 17 Mar 2023 00:24:19 -0400 Subject: [PATCH] update requirements to include mysqlclient --- app/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/requirements.txt b/app/requirements.txt index b935201..bd4eaad 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -32,3 +32,6 @@ pytz==2022.6 # Automated tests pytest==7.2.0 pytest-cov==4.0.0 + +# MySQL Package +mysqlclient==2.1.1 \ No newline at end of file