Always require mysql connector as dependency

This commit is contained in:
Lance Edgar 2020-09-25 17:18:37 -05:00
parent d17ff9cae9
commit 3e66aa79da

View file

@ -62,6 +62,10 @@ requires = [
#
# package # low high
# 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',
]
@ -94,10 +98,6 @@ extras = {
#
# package # low high
# 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',
'pyCOREPOS', # 0.1.0
'rattail-corepos', # 0.1.0
'tailbone-corepos', # 0.1.1