added pyramid_mailer to send contact form

This commit is contained in:
2022-05-04 11:29:45 +02:00
parent e7bebbe5e4
commit 58cea3a3a9
9 changed files with 76 additions and 24 deletions

View File

@@ -15,6 +15,7 @@ requires = [
'pyramid_debugtoolbar',
'waitress',
'alembic',
'pyramid_mailer',
'pyramid_retry',
'pyramid_tm',
'SQLAlchemy',
@@ -22,8 +23,6 @@ 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',
]