Restrict (temporarily I hope) webhelpers2_grid to 0.1

until we can figure out what happened in their 0.9 release
This commit is contained in:
Lance Edgar 2018-09-27 21:10:36 -05:00
parent 6c309705a0
commit d458d699e6

View file

@ -67,6 +67,9 @@ requires = [
# TODO: why do we need to cap this? breaks tailbone.db zope stuff somehow
'zope.sqlalchemy<1.0', # 0.7 0.7.7
# TODO: apparently they jumped from 0.1 to 0.9 and that broke us...must investigate
'webhelpers2_grid==0.1', # 0.1
'ColanderAlchemy', # 0.3.3
'deform', # 2.0.4
'humanize', # 0.5.1
@ -86,7 +89,6 @@ requires = [
'transaction', # 1.2.0
'waitress', # 0.8.1
'WebHelpers2', # 2.0
'webhelpers2_grid', # 0.1
'WTForms', # 2.1
]