Un-freeze dependency for mysql-connector-python

if this works then we may need to start "freezing" on a per-install basis
This commit is contained in:
Lance Edgar 2020-09-26 14:47:20 -05:00
parent e6a3c82829
commit a290e8af93

View file

@ -79,7 +79,10 @@ extras = {
# we include mysql "always" even though it may not be actually needed
# TODO: must cap this for now, b/c it breaks CORE-POS integration?!
# (sometimes there are segfaults with basic grid queries)
'mysql-connector-python==8.0.17',
# 'mysql-connector-python==8.0.17',
# TODO: was having trouble getting 8.0.17 to work on Ubuntu 20.04 with
# MySQL 8.0.21 and so am trying this out...
'mysql-connector-python',
],
'catapult': [