From 4920200baff5384e1cc22c261df32f773243031e Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Wed, 28 Apr 2021 13:35:13 +0200 Subject: [PATCH] working on: 0.0.32 Release --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index eb4da3fa..6dc8dd1c 100644 --- a/setup.py +++ b/setup.py @@ -383,6 +383,7 @@ requires_dev = [ "prompt-toolkit==3.0.16", "psutil==5.8.0", "psycopg2-binary==2.8.6", + "mariadb==1.0.6", "ptable==0.9.2", "py2puml==0.4.0", "py==1.10.0", -- GitLab