From a7656928f5eafa03670cade0b9490ce06078d625 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 19 Aug 2020 19:49:32 -0500 Subject: [PATCH] Cap version for mysql-connector dang it, what is up with that thing? oh well, can look into it later.. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index fe35edf..3f9a2bd 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,9 @@ requires = [ # TODO: can remove this once tailbone requires it 'pyramid_retry', # 1.0 + # TODO: remove cap for mysql-connector once we figure out what's up with that + 'mysql-connector-python==8.0.17', + 'invoke', # 0.22.1 'psycopg2', # 2.6.2 'rattail[db]', # 0.9.86