Move mysql dependency to 'app' extra
avoids installing it on a personal deployment machine
This commit is contained in:
parent
a98038a4bc
commit
e6a3c82829
9
setup.py
9
setup.py
|
@ -62,10 +62,6 @@ 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',
|
||||
]
|
||||
|
||||
|
||||
|
@ -79,6 +75,11 @@ extras = {
|
|||
'psycopg2', # 2.8.5
|
||||
'rattail[db,auth,bouncer]', # 0.9.130
|
||||
'Tailbone', # 0.8.97
|
||||
|
||||
# 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',
|
||||
],
|
||||
|
||||
'catapult': [
|
||||
|
|
Loading…
Reference in a new issue