Remove version cap (1.3.x) for SQLAlchemy
whoops i did not see this in time, and already made the rattail pkg require SQLAlchemy 1.4.x need to test Catapult integration again sometime...
This commit is contained in:
parent
0b5fd81c0c
commit
e089d31884
8
setup.py
8
setup.py
|
@ -79,9 +79,11 @@ extras = {
|
|||
#
|
||||
# package # low high
|
||||
|
||||
# TODO: must cap this for now, b/c it breaks Catapult integration?!
|
||||
# (something about "Syntax error near 'ROWS'" with grid queries)
|
||||
'SQLAlchemy<1.3', # 1.2.19
|
||||
# TODO: whoops i already required SA 1.4, so need to test this..
|
||||
|
||||
# # TODO: must cap this for now, b/c it breaks Catapult integration?!
|
||||
# # (something about "Syntax error near 'ROWS'" with grid queries)
|
||||
# 'SQLAlchemy<1.3', # 1.2.19
|
||||
|
||||
'onager', # 0.2.8
|
||||
'rattail-onager', # 0.2.1
|
||||
|
|
Loading…
Reference in a new issue