Always require mysql connector as dependency
This commit is contained in:
parent
d17ff9cae9
commit
3e66aa79da
8
setup.py
8
setup.py
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue