added search form

This commit is contained in:
Phuoc Cao
2026-01-31 17:18:55 +01:00
parent 1f29a12983
commit c2c1019d93
9 changed files with 105 additions and 18 deletions

View File

@@ -15,11 +15,11 @@ requires = [
'pyramid_debugtoolbar',
'waitress',
'pyramid_mailer',
'pyramid_retry',
# 'pyramid_retry',
'pyramid_tm',
'SQLAlchemy==1.4.54',
'SQLAlchemy==1.4.54',
'transaction',
'zope.sqlalchemy==2.0',
'zope.sqlalchemy==2.0', # last version supporting python 3.9
'webhelpers2', # various web building related helpers
'passlib',
'python-magic',