Restrict mysql-connector-python when using with CORE
ugh what is the deal with that thing and segfaults?
This commit is contained in:
parent
4d9bd84447
commit
a1da468629
3
setup.py
3
setup.py
|
@ -102,6 +102,9 @@ extras = {
|
|||
#
|
||||
# package # low high
|
||||
|
||||
# TODO: this also is an experiment. see notes above in 'app' extra.
|
||||
# am still getting segfaults with 8.0.23 so this seems necessary
|
||||
'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