Cap zope.sqlalchemy dependency at pre-1.0

not sure why exactly but this is necessary for now
This commit is contained in:
Lance Edgar 2018-01-31 15:09:52 -06:00
parent 5f8e26a8ec
commit 34ea572c0b

View file

@ -81,6 +81,9 @@ requires = [
# pyramid_retry .. but that requires pyramid 1.9 ... # pyramid_retry .. but that requires pyramid 1.9 ...
'pyramid_tm<2.0', # 0.3 1.1.1 'pyramid_tm<2.0', # 0.3 1.1.1
# TODO: why do we need to cap this? breaks tailbone.db zope stuff somehow
'zope.sqlalchemy<1.0', # 0.7 0.7.7
'ColanderAlchemy', # 0.3.3 'ColanderAlchemy', # 0.3.3
'deform', # 2.0.4 'deform', # 2.0.4
'humanize', # 0.5.1 'humanize', # 0.5.1
@ -101,7 +104,6 @@ requires = [
'WebHelpers2', # 2.0 'WebHelpers2', # 2.0
'webhelpers2_grid', # 0.1 'webhelpers2_grid', # 0.1
'WTForms', # 2.1 'WTForms', # 2.1
'zope.sqlalchemy', # 0.7
] ]