From b3e659a2fea1e93b1d210fc9c35dd94b02c020ab Mon Sep 17 00:00:00 2001 From: NNicklas Boserup Date: Fri, 6 Aug 2021 15:51:42 +0200 Subject: [PATCH] Require pymysql>=1.0.0, which has a context managed connection --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2db6e7b4..79e0afb2 100644 --- a/setup.py +++ b/setup.py @@ -94,12 +94,12 @@ 'sphinx', 'sphinx_autodoc_typehints', 'sphinx-click', - 'pymysql<0.10' + 'pymysql>=1.0.0' ], 'recommended': [ 'colorlog', 'crick', - 'pymysql<0.10' + 'pymysql>=1.0.0' ] }, # CLI