From 07501abc2ddde34ee9a631bbb56bc159002d3d9e Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sun, 29 Mar 2020 17:01:01 +0200 Subject: [PATCH] Add mysql client as a dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f104bae..8fc6c3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers = [ python = "^3.7" AlekSIS = { path = "../../.." } AlekSIS-App-Chronos = { path = "../AlekSIS-App-Chronos" } +mysqlclient = "^1.4.6" [build-system] requires = ["poetry>=0.12"] -- GitLab