removed wtform

This commit is contained in:
2024-12-16 18:43:06 +01:00
parent 3b41520da9
commit 1c24b993bb
13 changed files with 222 additions and 223 deletions

View File

@@ -21,7 +21,6 @@ requires = [
'SQLAlchemy==1.4.54',
'transaction',
'zope.sqlalchemy==2.0',
'wtforms', # form library
'webhelpers2', # various web building related helpers
'passlib',
'python-magic',