ajout Dernières connexions pt

This commit is contained in:
2019-01-04 18:51:23 +01:00
parent 54fa91f288
commit 46c235cb2d
10 changed files with 89 additions and 65 deletions

View File

@@ -10,8 +10,8 @@ with open(os.path.join(here, 'CHANGES.txt')) as f:
requires = [
'pyramid',
# 'pyramid_jinja2',
'pyramid_chameleon',
'pyramid_mako==0.3.1', # bug dans pserve --reload
'pyramid_debugtoolbar',
'pyramid_layout',
'pyramid_mailer',
@@ -23,6 +23,7 @@ requires = [
'mysqlclient',
'python-dateutil',
'docutils',
'user-agents',
]
tests_require = [