changed home page

This commit is contained in:
2026-07-07 17:45:03 +02:00
parent 60bd499c62
commit 222310b6e2
23 changed files with 74 additions and 47 deletions
+3 -3
View File
@@ -15,11 +15,11 @@ requires = [
'pyramid_debugtoolbar',
'waitress',
'pyramid_mailer',
'pyramid_retry',
# 'pyramid_retry',
'pyramid_tm',
'SQLAlchemy==1.4.54',
'SQLAlchemy==1.4.54',
'zope.sqlalchemy==2.0', # last version supporting python 3.9
'transaction',
'zope.sqlalchemy==2.0',
'webhelpers2', # various web building related helpers
'passlib',
'python-magic',