remove form and model class

This commit is contained in:
2024-12-12 15:38:34 +01:00
parent 3fd525e0da
commit 3b41520da9
18 changed files with 248 additions and 349 deletions

View File

@@ -18,9 +18,9 @@ requires = [
'pyramid_mailer',
'pyramid_retry',
'pyramid_tm',
'SQLAlchemy==1.4.49',
'SQLAlchemy==1.4.54',
'transaction',
'zope.sqlalchemy',
'zope.sqlalchemy==2.0',
'wtforms', # form library
'webhelpers2', # various web building related helpers
'passlib',