remove paginate and paginate_alchemy

This commit is contained in:
2022-12-08 11:57:40 +01:00
parent 1bced4ee54
commit 85c60cc561
5 changed files with 27 additions and 54 deletions

View File

@@ -22,9 +22,8 @@ requires = [
'zope.sqlalchemy',
'wtforms==2.2.1', # form library
'webhelpers2==2.0', # various web building related helpers
'paginate==0.5.6', # pagination helpers
'paginate_sqlalchemy==0.3.0',
'passlib',
'markdown2',
]
tests_require = [