Refactor grids to use new 'paginate' library
instead of the older `webhelpers.paginate`
This commit is contained in:
parent
8014e60d14
commit
6302d5a351
3 changed files with 33 additions and 12 deletions
2
setup.py
2
setup.py
|
@ -84,6 +84,8 @@ requires = [
|
|||
'humanize', # 0.5.1
|
||||
'Mako', # 0.6.2
|
||||
'openpyxl', # 2.4.7
|
||||
'paginate', # 0.5.6
|
||||
'paginate_sqlalchemy', # 0.2.0
|
||||
'pyramid_beaker>=0.6', # 0.6.1
|
||||
'pyramid_debugtoolbar', # 1.0
|
||||
'pyramid_exclog', # 0.6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue