added search form
This commit is contained in:
6
setup.py
6
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user