added pyramid_mailer to send contact form
This commit is contained in:
3
setup.py
3
setup.py
@@ -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',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user